]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting)
authorIlia Alshanetsky <iliaa@php.net>
Sat, 6 Mar 2004 19:30:35 +0000 (19:30 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 6 Mar 2004 19:30:35 +0000 (19:30 +0000)
NEWS
ext/mbstring/mbstring.c

diff --git a/NEWS b/NEWS
index 394816eb59c0f0392f188c72574e6c9f8b93f601..2feea61176d58033b92e0ee0681ad842e44e485a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP 4                                                                      NEWS
   (Ilia, naish at klanen dot net)
 - Fixed bug #27443 (defined() returns wrong type). (Derick)
 - Fixed bug #27437 (wrong freetype include inside GD library). (Ilia)
+- Fixed bug #27421 (mbstring.func_overload should be system ini setting).
+  (Ilia)
 - Fixed bug #27384 (unpack() misbehaves with 1 char string). (GeorgeS)
 - Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing
   response code). (Ilia)
index 55b7ebe913576bd43803d7366c776afe8cc5917e..4a86cd99c425014d0fb8b5105e15edeea72c7f74 100644 (file)
@@ -792,8 +792,7 @@ PHP_INI_BEGIN()
         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, OnUpdateInt, func_overload, zend_mbstring_globals, mbstring_globals)
+        STD_PHP_INI_ENTRY("mbstring.func_overload", "0", PHP_INI_SYSTEM, OnUpdateInt, 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,