Browse Source

Include php_config.h for HAVE_MBSTRING

experimental/threaded
Moriyoshi Koizumi 24 years ago
parent
commit
7222abda70
  1. 1
      ext/standard/html.c

1
ext/standard/html.c

@ -21,6 +21,7 @@
/* $Id$ */
#include "php.h"
#include "php_config.h"
#include "reg.h"
#include "html.h"
#include "php_string.h"

Loading…
Cancel
Save