mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Revert ini setting patch, as I notified in
http://news.php.net/article.php?group=php.internals&article=8451
This commit is contained in:
parent
05f8b4e6bc
commit
e84334a597
1 changed files with 2 additions and 1 deletions
|
@ -701,7 +701,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, OnUpdateLong, func_overload, zend_mbstring_globals, mbstring_globals)
|
||||
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_BOOLEAN("mbstring.encoding_translation", "0",
|
||||
PHP_INI_SYSTEM | PHP_INI_PERDIR, OnUpdate_mbstring_encoding_translation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue