From: Rui Hirokawa Date: Sun, 13 Feb 2005 13:03:03 +0000 (+0000) Subject: added --enable-zend-multibute for win32 X-Git-Tag: RELEASE_0_2_4~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7ebef660a415c6b3f1018bdcab40b495b98d084;p=php added --enable-zend-multibute for win32 --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 83f9c34fc1..fb74892e50 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -224,6 +224,9 @@ ARG_ENABLE("memory-limit", "Enable memory limit checking code", "no"); AC_DEFINE('MEMORY_LIMIT', PHP_MEMORY_LIMIT == "yes" ? 1 : 0); +ARG_ENABLE("zend-multibyte", "Enable Zend multibyte encoding support", "no"); +AC_DEFINE('ZEND_MULTIBYTE', PHP_ZEND_MULTIBYTE == "yes" ? 1 : 0); + AC_DEFINE('HAVE_USLEEP', 1); AC_DEFINE('HAVE_STRCOLL', 1);