Hi Antony, Antony Dovgal wrote: > The docs say mbstring.internal_encoding is PHP_INI_ALL, but this change > makes it in fact PHP_INI_SYSTEM. > Also why allow using mb_internal_encoding() and disallow changing the > ini setting?
I missed your mail. Sorry for the late reply. As for your question. It's not really an INI_SYSTEM setting. To take account of the other settings that are affected by the value of mbstring.internal_encoding, it turned out the corresponding global entry got to be handled in RINIT. the original INI values are kept by the zend_ini facility separately, so doing so is anyway safe. Regards, Moriyoshi -- Moriyoshi Koizumi <[EMAIL PROTECTED]> -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php