From: Moriyoshi Koizumi Date: Wed, 10 Mar 2004 20:56:07 +0000 (+0000) Subject: - MFH (r-1.212): Revert ini setting patch as I notified in... X-Git-Tag: php-4.3.5RC4~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93578a57898453ae063ae2ab9e0d2c2dd30e1805;p=php - MFH (r-1.212): Revert ini setting patch as I notified in... --- diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 4a86cd99c4..55b7ebe913 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -792,7 +792,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, OnUpdateInt, func_overload, zend_mbstring_globals, mbstring_globals) + 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_BOOLEAN("mbstring.encoding_translation", "0", PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdate_mbstring_encoding_translation,