From 0a152f5988c19bd40ae7ae65a116b0f7e08f2a1b Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 9 Jan 2003 03:35:16 +0000 Subject: [PATCH] consistent ids git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111120 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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