tony2001 Wed Mar 17 03:30:40 2004 EDT
Modified files:
/phpdoc/en/appendices migration5.xml
Log:
change zend.ze2_compatibility_mode to zend.ze1_compatibility_mode (noticed by Andi)
http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.11
phpdoc/en/appendices/migration5.xml:1.12
--- phpdoc/en/appendices/migration5.xml:1.11 Sun Mar 7 04:40:13 2004
+++ phpdoc/en/appendices/migration5.xml Wed Mar 17 03:30:35 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<appendix id="migration5">
<title>Migrating from PHP 4 to PHP 5</title>
@@ -533,7 +533,7 @@
binary hash data to something readable (from 4 to 6)
</simpara></listitem>
<listitem><simpara>
- zend.ze2_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP
4)
+ zend.ze1_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP
4)
</simpara></listitem>
</itemizedlist>
</section>