diff --git a/appendices/ini.xml b/appendices/ini.xml index 3ad6ccfdd4..7e03a19be6 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -3525,6 +3525,12 @@ PHP_INI_ALL Available since PHP 5.0.0. Removed in PHP 5.3.0. + + zend.multibyte + "0" + PHP_INI_PERDIR + Available since PHP 5.4.0. + zend_extension NULL @@ -3785,6 +3791,12 @@ auto_prepend_file=security.php PHP_INI_ALL Available since PHP 5.0.0. Removed in PHP 5.3.0 + + zend.multibyte + "0" + PHP_INI_ALL + Available since PHP 5.4.0 + detect_unicode "1" @@ -4010,6 +4022,18 @@ auto_prepend_file=security.php + + + zend.multibyte + boolean + + + + Enables parsing of source files in multibyte encodings. + + + + detect_unicode