diff options
author | Rui Hirokawa <hirokawa@php.net> | 2001-07-29 22:15:41 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2001-07-29 22:15:41 +0000 |
commit | a787dc2c4d12696b624c3f2f46305660c9973fc8 (patch) | |
tree | 82b32882a562c1374c0dde4c6d0934864de95eff /main/internal_functions_win32.c | |
parent | 832849e522f8d7ff0179dca47d27b9e7f9f76450 (diff) | |
download | php-git-a787dc2c4d12696b624c3f2f46305660c9973fc8.tar.gz |
changed for input encoding conversion in win32.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 9666ef4085..642f81a6be 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -60,6 +60,7 @@ #include "ext/xml/php_xml.h" #include "ext/wddx/php_wddx.h" #include "ext/mysql/php_mysql.h" +#include "ext/mysql/mbstring.h" /* }}} */ /* {{{ php_builtin_extensions[] @@ -73,6 +74,9 @@ zend_module_entry *php_builtin_extensions[] = { COM_module_ptr, VARIANT_module_ptr, phpext_ftp_ptr, +#if defined(MBSTR_ENC_TRANS) + phpext_mbstring_ptr, +#endif phpext_mysql_ptr, phpext_odbc_ptr, phpext_pcre_ptr, |