vrana           Wed Nov 23 04:56:08 2005 EDT

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  zend.ze1_compatibility_mode (bug #28453)
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.27&r2=1.28&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.27 phpdoc/en/appendices/ini.xml:1.28
--- phpdoc/en/appendices/ini.xml:1.27   Fri Nov 18 16:00:54 2005
+++ phpdoc/en/appendices/ini.xml        Wed Nov 23 04:56:04 2005
@@ -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  

Reply via email to