From 2576fe12212d9741e433384d2288b9407c0fb24b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 30 Jun 2011 20:22:13 +0000 Subject: [PATCH] Document zend.multibyte git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312730 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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