summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2005-11-18 20:40:28 +0000
committerFrank M. Kromann <fmk@php.net>2005-11-18 20:40:28 +0000
commitcc9225f8dc9d30bc6676ac7f74f153b6220ac267 (patch)
tree14299e7c70f8d5c2a6563df5e6165941d256f8e2 /NEWS
parent614a3fb8a441a9ed7e02b25ae6dfdb1856a87354 (diff)
downloadphp-git-cc9225f8dc9d30bc6676ac7f74f153b6220ac267.tar.gz
Fix #32009 crash when mssql_bind() is called more than once
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78f6ea1cb4..01c796782f 100644
--- a/NEWS
+++ b/NEWS
@@ -27,3 +27,4 @@ PHP NEWS
defined using reflection API. (Johannes)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)
- Fixed bug #33153 (crash in mssql_next result). (Frank)
+- Fixed bug #32009 (crash when mssql_bind() is called more than once). (Frank)