From 9af45fa3ce8a1de296190b633d89612cef21c143 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 21 Dec 2005 15:03:03 +0000 Subject: [PATCH] Some more information to zend.ze1_compatibility_mode git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203385 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index f084c48081..1541aef902 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -1,5 +1,5 @@ - + &php.ini; directives @@ -2726,7 +2726,7 @@ Enable compatibility mode with Zend Engine 1 (PHP 4). It affects - the cloning, casting, and comparing of objects. In this mode, objects are passed by value instead of reference by default.