From c7ebef660a415c6b3f1018bdcab40b495b98d084 Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Sun, 13 Feb 2005 13:03:03 +0000 Subject: [PATCH] added --enable-zend-multibute for win32 --- win32/build/config.w32 | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.40.0