diff --git a/appendices/ini.xml b/appendices/ini.xml index 35bf1dc29f..6b89f10f34 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -612,7 +612,7 @@ Removed in PHP 6.0.0. - detect_unicode + detect_unicode "1" PHP_INI_ALL Available since PHP 5.1.0. Removed in PHP 6.0.0. @@ -3486,6 +3486,12 @@ PHP_INI_ALL Available since PHP 4.3.0. Removed in PHP 5.0.0. + + zend.enable_gc + "1" + PHP_INI_ALL + Available since PHP 5.3.0. + zend.ze1_compatibility_mode "0" @@ -3746,6 +3752,12 @@ auto_prepend_file=security.php PHP_INI_ALL Available since PHP 5.0.0. Removed in PHP 5.3.0 + + detect_unicode + "1" + PHP_INI_ALL + Available since PHP 5.1.0. Removed in PHP 6.0.0. + @@ -3929,6 +3941,21 @@ auto_prepend_file=security.php + + + + detect_unicode + boolean + + + + Check for BOM (Byte Order Mark) and see if the file contains valid + multibyte characters. + Available only in Zend Multibyte mode. + + + +