diff --git a/appendices/ini.xml b/appendices/ini.xml index 10eefc3131..e53ea50631 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + List of core &php.ini; directives @@ -82,6 +82,11 @@ On PHP_INI_SYSTEM + + zend.ze1_compatibility_mode + Off + PHP_INI_ALL + @@ -200,6 +205,19 @@ + + + + zend.ze1_compatibility_mode + boolean + + + + Enable compatibility mode with Zend Engine 1 (PHP 4). It affects + the cloning, casting, and comparing of objects. + + +