summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-10-04 11:20:14 +0000
committerAntony Dovgal <tony2001@php.net>2006-10-04 11:20:14 +0000
commitf0bb2a0c9b94fe742fa5b76b4cc8a6905ea370cc (patch)
tree61ac7bed4b73e6b6fcac044f5a035327413fb41e /NEWS
parentd8648eae57547a1e70461a1089e982eaa10a932f (diff)
downloadphp-git-f0bb2a0c9b94fe742fa5b76b4cc8a6905ea370cc.tar.gz
fix typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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).