philip Fri Feb 25 15:39:01 2005 EDT
Modified files: /phpdoc/en/appendices ini.xml Log: zend.ze1_compatibility_mode -> See also migrating from PHP 4 to PHP 5. http://cvs.php.net/diff.php/phpdoc/en/appendices/ini.xml?r1=1.12&r2=1.13&ty=u Index: phpdoc/en/appendices/ini.xml diff -u phpdoc/en/appendices/ini.xml:1.12 phpdoc/en/appendices/ini.xml:1.13 --- phpdoc/en/appendices/ini.xml:1.12 Fri Feb 25 15:32:07 2005 +++ phpdoc/en/appendices/ini.xml Fri Feb 25 15:39:01 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <appendix id="ini"> <title>&php.ini; directives</title> @@ -2336,6 +2336,10 @@ Enable compatibility mode with Zend Engine 1 (PHP 4). It affects the cloning, casting, and comparing of objects. </para> + <para> + See also the section titled + <link linkend="migration5">Migrating from PHP 4 to PHP 5</link>. + </para> </listitem> </varlistentry> </variablelist>