From 586e04419535f434ef06e6d760e572ec71fe7802 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 19 Jul 2004 01:24:54 +0000 Subject: [PATCH] Document zend.ze1_compatibility_mode, deals with bug #28453 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163599 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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. + + +