moriyoshi Wed Mar 10 15:55:43 2004 EDT
Modified files:
/php-src/ext/mbstring mbstring.c
Log:
- Revert ini setting patch, as I notified in
http://news.php.net/article.php?group=php.internals&article=8451
http://cvs.php.net/diff.php/php-src/ext/mbstring/mbstring.c?r1=1.211&r2=1.212&ty=u
Index: php-src/ext/mbstring/mbstring.c
diff -u php-src/ext/mbstring/mbstring.c:1.211 php-src/ext/mbstring/mbstring.c:1.212
--- php-src/ext/mbstring/mbstring.c:1.211 Mon Mar 8 17:18:03 2004
+++ php-src/ext/mbstring/mbstring.c Wed Mar 10 15:55:42 2004
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.211 2004/03/08 22:18:03 derick Exp $ */
+/* $Id: mbstring.c,v 1.212 2004/03/10 20:55:42 moriyoshi Exp $ */
/*
* PHP 4 Multibyte String module "mbstring"
@@ -701,7 +701,8 @@
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,
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php