philip Sun Jul 18 21:36:13 2004 EDT
Modified files: /phpdoc/en/appendices migration5.xml Log: Link to, and see also zend.ze1_compatibility_mode. Closes bug #28453 http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.22&r2=1.23&ty=u Index: phpdoc/en/appendices/migration5.xml diff -u phpdoc/en/appendices/migration5.xml:1.22 phpdoc/en/appendices/migration5.xml:1.23 --- phpdoc/en/appendices/migration5.xml:1.22 Thu Jul 15 11:48:44 2004 +++ phpdoc/en/appendices/migration5.xml Sun Jul 18 21:36:13 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.22 $ --> +<!-- $Revision: 1.23 $ --> <appendix id="migration5"> <title>Migrating from PHP 4 to PHP 5</title> @@ -563,7 +563,8 @@ binary hash data to something readable (from 4 to 6) </simpara></listitem> <listitem><simpara> - zend.ze1_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP 4) + <link linkend="ini.zend.ze1-compatibility-mode">zend.ze1_compatibility_mode</link> + - Enable compatibility mode with Zend Engine 1 (PHP 4) </simpara></listitem> </itemizedlist> </section> @@ -608,6 +609,11 @@ Many PHP programmers aren't even aware of the copying quirks of the old object model and, therefore, the majority of PHP applications will work out of the box, or with very few modifications. + </para> + <para> + See also the <link linkend="ini.zend.ze1-compatibility-mode"> + zend.ze1_compatibility_mode</link> directive for compatability with + PHP 4. </para> <section id='migration.oop.members'>