nlopess Fri Jan 30 12:19:06 2004 EDT Added files: /phpdoc/en/appendices migration5.xml Log: new migration5 appendice still needs a lot of work... for tomorrow
http://cvs.php.net/co.php/phpdoc/en/appendices/migration5.xml?r=1.1&p=1 Index: phpdoc/en/appendices/migration5.xml +++ phpdoc/en/appendices/migration5.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <appendix id="migration5"> <title>Migrating from PHP 4 to PHP 5</title> <section id='migration5.changes'> <title>What has changed in PHP 5</title> <para> PHP 5 and the integrated Zend Engine 2 have greatly improved PHP's performance and capabilities, but great care has been taken to break as little existing code as possible. So migrating your code from PHP 4 to 5 should be very easy. Most existing PHP 4 code should be ready to run without changes, but you should still know about the <link linkend="migration5.incompatible">few differences</link> and take care to test your code before switching versions in production environments. </para> </section> <section id="migration5.incompatible"> <title>Backward Incompatible Changes</title> <para> Although most existing PHP 4 code should work without changes, you shoud pay attention to this backward imcompatible changes: </para> </section> </appendix> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->