iliaa Wed Sep 17 01:42:58 2003 EDT Modified files: /php-src/ext/mbstring/libmbfl/filters mbfilter_htmlent.c /php-src/ext/mbstring/libmbfl/mbfl mbfl_allocators.c mbfl_encoding.c mbfl_language.c Log: Fixed compile warnings. HAVE_ defines cannot work without the header that defines them. Index: php-src/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c diff -u php-src/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c:1.1 php-src/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c:1.2 --- php-src/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c:1.1 Sat Aug 23 02:18:36 2003 +++ php-src/ext/mbstring/libmbfl/filters/mbfilter_htmlent.c Wed Sep 17 01:42:56 2003 @@ -27,6 +27,8 @@ * */ +#include "php.h" + #ifdef HAVE_CONFIG_H #include "config.h" #endif Index: php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c diff -u php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c:1.3 php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c:1.4 --- php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c:1.3 Sat Aug 23 04:27:46 2003 +++ php-src/ext/mbstring/libmbfl/mbfl/mbfl_allocators.c Wed Sep 17 01:42:57 2003 @@ -28,6 +28,8 @@ * */ +#include "php.h" + #ifdef HAVE_CONFIG_H #include "config.h" #endif Index: php-src/ext/mbstring/libmbfl/mbfl/mbfl_encoding.c diff -u php-src/ext/mbstring/libmbfl/mbfl/mbfl_encoding.c:1.3 php-src/ext/mbstring/libmbfl/mbfl/mbfl_encoding.c:1.4 --- php-src/ext/mbstring/libmbfl/mbfl/mbfl_encoding.c:1.3 Sun Aug 24 16:07:12 2003 +++ php-src/ext/mbstring/libmbfl/mbfl/mbfl_encoding.c Wed Sep 17 01:42:57 2003 @@ -28,6 +28,8 @@ * */ +#include "php.h" + #ifdef HAVE_CONFIG_H #include "config.h" #endif Index: php-src/ext/mbstring/libmbfl/mbfl/mbfl_language.c diff -u php-src/ext/mbstring/libmbfl/mbfl/mbfl_language.c:1.3 php-src/ext/mbstring/libmbfl/mbfl/mbfl_language.c:1.4 --- php-src/ext/mbstring/libmbfl/mbfl/mbfl_language.c:1.3 Sun Aug 24 16:07:12 2003 +++ php-src/ext/mbstring/libmbfl/mbfl/mbfl_language.c Wed Sep 17 01:42:57 2003 @@ -28,6 +28,8 @@ * */ +#include "php.h" + #ifdef HAVE_CONFIG_H #include "config.h" #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php