Date: 10/14/01
- Next message: Sander Roobol: "Re: [PHP-DOC] Fw: Re: [PHP-QA] Heads Up: Apache 1.3.22 Released"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Fw: Re: [PHP-QA] Heads Up: Apache 1.3.22 Released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
goba Sun Oct 14 11:00:21 2001 EDT
Modified files:
/phpdoc/en/appendices migration4.xml
Log:
Removing duplicated para text, moving major one to the
start of the file
Index: phpdoc/en/appendices/migration4.xml
diff -u phpdoc/en/appendices/migration4.xml:1.12 phpdoc/en/appendices/migration4.xml:1.13
--- phpdoc/en/appendices/migration4.xml:1.12 Sun Oct 14 10:29:26 2001
+++ phpdoc/en/appendices/migration4.xml Sun Oct 14 11:00:20 2001
@@ -1,17 +1,23 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<appendix id="migration4">
<title>Migrating from PHP 3.0 to PHP 4.0</title>
- <simpara>
- Migration from PHP 3 to PHP 4 is relatively easy, and should
- not require you to change your code in any way. There are
- minor incompatibilities between the two versions. You may want
- to check the incompatibilities list to make sure that you're
- indeed not affected by them (the chances you're affected by
- these incompatibilities are extremely slim).
- </simpara>
-
+ <section id='migration4.changes'>
+ <title>What has changed in PHP 4.0</title>
+ <para>
+ PHP 4.0 and the integrated Zend engine have greatly inproved PHPs
+ performance and capabilities, but great care has been taken to
+ break as little existing code as possible. So migrating your code
+ from PHP 3.0 to 4.0 should be much easier than migrating from
+ PHP/FI 2.0 to PHP 3.0. A lot of existing PHP 3.0 code should be
+ ready to run without changes, but you should still know about the
+ few differences and take care to test your code before switching
+ versions in production environments. The following should give you
+ some hints about what to look for.
+ </para>
+ </section>
+
<section id="migration4.php4.with.php3">
<title>Running PHP 3 and PHP 4 concurrently</title>
<simpara>
@@ -113,21 +119,6 @@
<simpara>
The conversion scripts require awk to be installed.
</simpara>
- </section>
-
- <section id='migration4.changes'>
- <title>What has changed in PHP 4.0</title>
- <para>
- PHP 4.0 and the integrated Zend engine have greatly inproved PHPs
- performance and capabilities, but great care has been taken to
- break as little existing code as possible. So migrating your code
- from PHP 3.0 to 4.0 should be much easier than migrating from
- PHP/FI 2.0 to PHP 3.0. A lot of existing PHP 3.0 code should be
- ready to run without changes, but you should still know about the
- few differences and take care to test your code before switching
- versions in production environments. The following should give you
- some hints about what to look for.
- </para>
</section>
<section id='migration4.parser'>
- Next message: Sander Roobol: "Re: [PHP-DOC] Fw: Re: [PHP-QA] Heads Up: Apache 1.3.22 Released"
- Previous message: Hojtsy Gabor: "Re: [PHP-DOC] Fw: Re: [PHP-QA] Heads Up: Apache 1.3.22 Released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

