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
This commit is contained in:
Jakub Vrana 2005-12-21 15:03:03 +00:00
parent f97e6f3225
commit 9af45fa3ce

View file

@ -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.