philip          Sun Jul 18 21:24:55 2004 EDT

  Modified files:              
    /phpdoc/en/appendices       ini.xml 
  Log:
  Document zend.ze1_compatibility_mode, deals with bug #28453
  
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.3 phpdoc/en/appendices/ini.xml:1.4
--- phpdoc/en/appendices/ini.xml:1.3    Tue Jun  1 05:18:28 2004
+++ phpdoc/en/appendices/ini.xml        Sun Jul 18 21:24:54 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 
  <appendix id="ini">
   <title>List of core &php.ini; directives</title>
@@ -82,6 +82,11 @@
       <entry>On</entry>
       <entry>PHP_INI_SYSTEM</entry>
      </row>
+     <row>
+      <entry>zend.ze1_compatibility_mode</entry>
+      <entry>Off</entry>
+      <entry>PHP_INI_ALL</entry>
+     </row>
     </tbody>
     </tgroup>
    </table>
@@ -197,6 +202,19 @@
          (e.g. by adding its signature to the Web server header). It is no security
          threat in any way, but it makes it possible to determine whether you use PHP
          on your server or not.
+        </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry id="ini.zend.ze1-compatibility-mode">
+       <term>
+        <parameter>zend.ze1_compatibility_mode</parameter>
+        <type>boolean</type>
+       </term>
+       <listitem>
+        <para>
+         Enable compatibility mode with Zend Engine 1 (PHP 4).  It affects
+         the cloning, casting, and comparing of objects.
         </para>
        </listitem>
       </varlistentry>

Reply via email to