From: foobar Date: Fri, 16 May 2003 20:20:06 +0000 (+0000) Subject: typo fixing X-Git-Tag: BEFORE_FD_REVERT~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaeff2e939708ff1fd7efd85bef6d4956ff6c1ad;p=php typo fixing --- diff --git a/NEWS b/NEWS index 2abff4e8e9..e230fb8423 100644 --- a/NEWS +++ b/NEWS @@ -41,8 +41,8 @@ PHP 4 NEWS - Fixed several 64-bit problems. (Dave) - Fixed several errors in hwapi extension. Objects weren't handled properly. (Uwe) -- Fixed bug #23661 (mysql_fetch_array give no warning when an invalid argument - was passed as result_type). (Derick) +- Fixed bug #23661 (mysql_fetch_array() gives no warning when an invalid + argument was passed as result_type). (Derick) - Fixed bug #23606 (Unable to build --with-db4 (db4.1.25)). (Marcus) - Fixed bug #23567 (pfsockopen() returns dead connections). (Wez) - Fixed bug #23527 (PostScript Type 1 fonts do not render properly).