Browse Source
Include php_config.h for HAVE_MBSTRING
experimental/threaded
Moriyoshi Koizumi
24 years ago
1 changed files with
1 additions and
0 deletions
-
ext/standard/html.c
|
|
@ -21,6 +21,7 @@ |
|
|
/* $Id$ */ |
|
|
/* $Id$ */ |
|
|
|
|
|
|
|
|
#include "php.h" |
|
|
#include "php.h" |
|
|
|
|
|
#include "php_config.h" |
|
|
#include "reg.h" |
|
|
#include "reg.h" |
|
|
#include "html.h" |
|
|
#include "html.h" |
|
|
#include "php_string.h" |
|
|
#include "php_string.h" |
|
|
|