From: Antony Dovgal Date: Wed, 4 Oct 2006 11:20:14 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.2.0RC5~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0bb2a0c9b94fe742fa5b76b4cc8a6905ea370cc;p=php fix typo --- diff --git a/NEWS b/NEWS index 0587f7b957..391136ae83 100644 --- a/NEWS +++ b/NEWS @@ -457,7 +457,7 @@ PHP NEWS for SSL streams. (Wez). - Added PDO::PARAM_EVT_* family of constants. (Sara) - Fixed possible crash in highlight_string(). (Dmitry) -- Fixed bug #37291 (FastCGI now longer works with isapi_fcgi.dll). (Dmitry) +- Fixed bug #37291 (FastCGI no longer works with isapi_fcgi.dll). (Dmitry) - Fixed bug #37277 (cloning Dom Documents or Nodes does not work). (Rob) - Fixed bug #37276 (problems with $_POST array). (Dmitry) - Fixed bug #36632 (bad error reporting for pdo_odbc exec UPDATE). (Wez).