nlopess Mon Mar 1 11:12:02 2004 EDT
Modified files: /phpdoc/en/appendices migration5.xml Log: compatibility mode directive http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/appendices/migration5.xml diff -u phpdoc/en/appendices/migration5.xml:1.9 phpdoc/en/appendices/migration5.xml:1.10 --- phpdoc/en/appendices/migration5.xml:1.9 Mon Feb 23 11:31:34 2004 +++ phpdoc/en/appendices/migration5.xml Mon Mar 1 11:12:02 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <appendix id="migration5"> <title>Migrating from PHP 4 to PHP 5</title> @@ -374,6 +374,9 @@ that had the DBX_RESULT_UNBUFFERED flag set </simpara></listitem> <listitem><simpara> + <function>fbsql_set_password</function> - Change the password for a given user + </simpara></listitem> + <listitem><simpara> <function>file_put_contents</function> - Write a string to a file </simpara></listitem> <listitem><simpara> @@ -506,6 +509,9 @@ - define how many bits are stored in each character when converting the 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) + </simpara></listitem> </itemizedlist> </section>