diff --git a/appendices/migration.xml b/appendices/migration.xml index 1437d6e8b3..d78415a667 100644 --- a/appendices/migration.xml +++ b/appendices/migration.xml @@ -1,5 +1,5 @@ - + Migrating from PHP/FI 2 to PHP 3 @@ -140,7 +140,7 @@ endif; -
+
while syntax Just like with if..endif, the syntax of while..endwhile has changed @@ -284,7 +284,7 @@ $fp = @fopen($file, "r") or print("Could not open $file for reading
\n");
-
+
Other incompatibilities