vrana Wed Dec 21 15:03:03 2005 EDT
Modified files: /phpdoc/en/appendices ini.xml Log: Some more information to zend.ze1_compatibility_mode http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/ini.xml?r1=1.30&r2=1.31&diff_format=u Index: phpdoc/en/appendices/ini.xml diff -u phpdoc/en/appendices/ini.xml:1.30 phpdoc/en/appendices/ini.xml:1.31 --- phpdoc/en/appendices/ini.xml:1.30 Tue Dec 6 15:31:45 2005 +++ phpdoc/en/appendices/ini.xml Wed Dec 21 15:03:03 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.30 $ --> +<!-- $Revision: 1.31 $ --> <appendix id="ini"> <title>&php.ini; directives</title> @@ -2726,7 +2726,7 @@ <listitem> <para> Enable compatibility mode with Zend Engine 1 (PHP 4). It affects - the cloning, casting, and <link + the cloning, casting (objects with no properties cast to &false; or 0), and <link linkend="language.oop5.object-comparison">comparing of objects</link>. In this mode, objects are passed by value instead of reference by default.