From 36ce5db104c144e48663895decb2c3e4c8892755 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 6 Mar 2012 20:57:56 +0000 Subject: [PATCH] Add missing 5.4 zend.* php.ini directives & reorder git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323972 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.core.xml | 18 ++++++++++++------ appendices/ini.list.xml | 24 ++++++++++++++++++------ 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml index 1e308fac4e..50cc8d8cea 100644 --- a/appendices/ini.core.xml +++ b/appendices/ini.core.xml @@ -115,18 +115,24 @@ &php.ini; only - - zend.ze1_compatibility_mode - "0" - 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 + + zend.script_encoding + NULL + PHP_INI_ALL + Available since PHP 5.4.0 + + + zend.ze1_compatibility_mode + "0" + PHP_INI_ALL + Available since PHP 5.0.0. Removed in PHP 5.3.0 + detect_unicode "1" diff --git a/appendices/ini.list.xml b/appendices/ini.list.xml index 0f0502d6d6..899c147b83 100644 --- a/appendices/ini.list.xml +++ b/appendices/ini.list.xml @@ -3555,18 +3555,30 @@ PHP_INI_ALL Available since PHP 5.3.0. - - zend.ze1_compatibility_mode - "0" - 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.script_encoding + NULL + PHP_INI_ALL + Available since PHP 5.4.0 + + + zend.signal_check + "0" + PHP_INI_SYSTEM + Available since PHP 5.4.0 + + + zend.ze1_compatibility_mode + "0" + PHP_INI_ALL + Available since PHP 5.0.0. Removed in PHP 5.3.0. + zend_extension NULL