diff --git a/appendices/migration4.xml b/appendices/migration4.xml index 7fc18c10f3..323726babe 100644 --- a/appendices/migration4.xml +++ b/appendices/migration4.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 3 to PHP 4 @@ -312,7 +312,7 @@ php_admin_flag [PHP directive name] [On|Off] This new behavior makes sense in web applications, with all input fields returning strings even if numeric input is requested, and with PHP's capabilities of automatic type conversion. But on the - other had it might break your code in a rather subtle way, + other hand it might break your code in a rather subtle way, leading to misbehavior that is hard to track down if you do not know about what to look for.