From 65aef548fa6ef99f17c8c796c69e28c9285b33ab Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 20 Jan 2003 16:07:35 +0000 Subject: [PATCH] Typo, closes bug #21770 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112796 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.