diff --git a/appendices/migration5.xml b/appendices/migration5.xml index 926be9063c..9034ce03bc 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -128,7 +128,7 @@ If there are functions defined in the included file, they will be defined - in the main file, wether they are they are before or after the + in the main file, wether they are before or after the return instruction. If the file is included twice, PHP 5 issues fatal error because functions were already declared, while PHP 4 doesn't complain about it.