]> granicus.if.org Git - php/commitdiff
Use internal converter name to speed up instantiation.
authorAndrei Zmievski <andrei@php.net>
Tue, 19 Sep 2006 20:44:37 +0000 (20:44 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 19 Sep 2006 20:44:37 +0000 (20:44 +0000)
Zend/zend.c

index 079bea13ebd63f2ea7f2b2f62b9707a2fff35349..057d52c9104c52fe6c5b790cac72f795da6d3b52 100644 (file)
@@ -181,7 +181,7 @@ ZEND_INI_BEGIN()
        STD_ZEND_INI_ENTRY("unicode.script_encoding",  NULL, ZEND_INI_ALL, OnUpdateEncoding,   script_encoding_conv, zend_unicode_globals, unicode_globals)
        STD_ZEND_INI_ENTRY("unicode.http_input_encoding",  NULL, ZEND_INI_ALL, OnUpdateEncoding,   http_input_encoding_conv, zend_unicode_globals, unicode_globals)
        STD_ZEND_INI_ENTRY("unicode.filesystem_encoding",  NULL, ZEND_INI_ALL, OnUpdateEncoding,   filesystem_encoding_conv, zend_unicode_globals, unicode_globals)
-       STD_ZEND_INI_ENTRY("unicode.stream_encoding",  "utf8", ZEND_INI_ALL, OnUpdateStringUnempty,   stream_encoding, zend_unicode_globals, unicode_globals)
+       STD_ZEND_INI_ENTRY("unicode.stream_encoding",  "UTF-8", ZEND_INI_ALL, OnUpdateStringUnempty,   stream_encoding, zend_unicode_globals, unicode_globals)
 ZEND_INI_END()