zend.ze1_compatibility_mode (bug #28453)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201096 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-11-23 09:56:04 +00:00
parent b3e601ed3b
commit 90c6d2ce38

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.27 $ -->
<!-- $Revision: 1.28 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@ -2727,7 +2727,10 @@
<listitem>
<para>
Enable compatibility mode with Zend Engine 1 (PHP 4). It affects
the cloning, casting, and comparing of objects.
the cloning, casting, and <link
linkend="language.oop5.object-comparison">comparing of objects</link>.
In this mode, objects are passed by value instead of reference by
default.
</para>
<para>
See also the section titled