From d3e378daceda58b3bc0319f3b580030fdefc96bb Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 27 Aug 2001 21:00:52 +0000 Subject: [PATCH] added section ids git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56072 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration4.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/appendices/migration4.xml b/appendices/migration4.xml index d88f2144f5..6ee7dc12cc 100644 --- a/appendices/migration4.xml +++ b/appendices/migration4.xml @@ -1,9 +1,9 @@ - + Migrating from PHP 3.0 to PHP 4.0 -
+
What has changed in PHP 4.0 PHP 4.0 and the integrated Zend engine have greatly inproved PHPs @@ -18,7 +18,7 @@
-
+
Parser behavior Parsing and execution are now two completely seperated steps, no @@ -56,10 +56,10 @@
-
+
Error reporting -
+
Configuration changes With PHP 3.0 the error reporting level was set as a simple @@ -113,7 +113,7 @@
-
+
Additional warning messages A lot of existing PHP 3.0 code uses language constructs that @@ -148,7 +148,7 @@
-
+
Initializers Static variable and class member initializers only accept scalar @@ -164,7 +164,7 @@
-
+
<literal>empty("0")</literal> The perhaps most cotroversal change in behavior has happend to the @@ -182,7 +182,7 @@
-
+
Missing functions While PHP 4.0 comes with a lot of new features, functions and @@ -197,7 +197,7 @@ due to license conflicts. -
+
Functions missing due to conceptual changes As PHP 4.0 now seperates parsing from execution it is no longer @@ -215,7 +215,7 @@
-
+
Deprecate functions and extensions The Adabas and Solid database extensions are no more. Long live @@ -223,7 +223,7 @@
-
+
Changed status for <function>unset</function> unset, although still available, is @@ -246,7 +246,7 @@
-
+
PHP 3.0 extension Extensions written for PHP 3.0 will not work with PHP 4.0 anymore, @@ -257,7 +257,7 @@
-
+
Variable substitution in strings PHP 4.0 adds a new mechanism to variable substitution in @@ -285,7 +285,7 @@
-
+
Cookies PHP 3.0 hat the bad habit of setting cookies in the reverse order