hirokawa                Sun Feb 13 08:03:03 2005 EDT

  Modified files:              
    /php-src/win32/build        config.w32 
  Log:
  added --enable-zend-multibute for win32
  
http://cvs.php.net/diff.php/php-src/win32/build/config.w32?r1=1.34&r2=1.35&ty=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.34 php-src/win32/build/config.w32:1.35
--- php-src/win32/build/config.w32:1.34 Mon Nov 15 13:27:10 2004
+++ php-src/win32/build/config.w32      Sun Feb 13 08:03:03 2005
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.34 2004/11/15 18:27:10 fmk Exp $
+// $Id: config.w32,v 1.35 2005/02/13 13:03:03 hirokawa Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -224,6 +224,9 @@
 
 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);
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to