]> granicus.if.org Git - php/commitdiff
fixed #43227 removed PHP_INI_PERDIR from mbstring.func_overload.
authorRui Hirokawa <hirokawa@php.net>
Sun, 13 Jul 2008 01:34:21 +0000 (01:34 +0000)
committerRui Hirokawa <hirokawa@php.net>
Sun, 13 Jul 2008 01:34:21 +0000 (01:34 +0000)
ext/mbstring/mbstring.c

index 7cc1b1d87a679e019f5e8232372d03cd647d3541..3e691e9ac2e54e62dbc16933655796b4c5b18396 100644 (file)
@@ -1111,8 +1111,8 @@ 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, 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,