iliaa           Sat Mar  6 14:29:53 2004 EDT

  Modified files:              
    /php-src/ext/mbstring       mbstring.c 
  Log:
  Fixed bug #27421 (mbstring.func_overload should be system ini setting).
  
  
http://cvs.php.net/diff.php/php-src/ext/mbstring/mbstring.c?r1=1.209&r2=1.210&ty=u
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.209 php-src/ext/mbstring/mbstring.c:1.210
--- php-src/ext/mbstring/mbstring.c:1.209       Sat Feb 28 15:45:23 2004
+++ php-src/ext/mbstring/mbstring.c     Sat Mar  6 14:29:52 2004
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: mbstring.c,v 1.209 2004/02/28 20:45:23 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.210 2004/03/06 19:29:52 iliaa Exp $ */
 
 /*
  * PHP 4 Multibyte String module "mbstring"
@@ -700,8 +700,7 @@
         PHP_INI_ENTRY("mbstring.script_encoding", NULL, PHP_INI_ALL, 
OnUpdate_mbstring_script_encoding)
 #endif /* ZEND_MULTIBYTE */
         PHP_INI_ENTRY("mbstring.substitute_character", NULL, PHP_INI_ALL, 
OnUpdate_mbstring_substitute_character)
-        STD_PHP_INI_ENTRY("mbstring.func_overload", "0", PHP_INI_SYSTEM |
-        PHP_INI_PERDIR, OnUpdateLong, func_overload, zend_mbstring_globals, 
mbstring_globals)
+        STD_PHP_INI_ENTRY("mbstring.func_overload", "0", PHP_INI_SYSTEM, 
OnUpdateLong, func_overload, zend_mbstring_globals, mbstring_globals)
                                                                                  
         STD_PHP_INI_BOOLEAN("mbstring.encoding_translation", "0",
         PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdate_mbstring_encoding_translation, 

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

Reply via email to