summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2005-11-18 19:13:35 +0000
committerFrank M. Kromann <fmk@php.net>2005-11-18 19:13:35 +0000
commit14889ccfbd09ed9575c48630ee4cf55dedfa9054 (patch)
tree82c4887748e836ecb9215c273b4f5a663e0df29b /NEWS
parent85fb03cbae0f98f789cbf46391d8bdd1dd9f3612 (diff)
downloadphp-git-14889ccfbd09ed9575c48630ee4cf55dedfa9054.tar.gz
Fix #33153 Crash in mssql_next_result().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 927e4d0a19..78f6ea1cb4 100644
--- a/NEWS
+++ b/NEWS
@@ -26,3 +26,4 @@ PHP NEWS
- Added possibility to check in which extension an internal function was
defined using reflection API. (Johannes)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)
+- Fixed bug #33153 (crash in mssql_next result). (Frank)