diff options
author | Frank M. Kromann <fmk@php.net> | 2005-11-18 20:40:28 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2005-11-18 20:40:28 +0000 |
commit | cc9225f8dc9d30bc6676ac7f74f153b6220ac267 (patch) | |
tree | 14299e7c70f8d5c2a6563df5e6165941d256f8e2 /NEWS | |
parent | 614a3fb8a441a9ed7e02b25ae6dfdb1856a87354 (diff) | |
download | php-git-cc9225f8dc9d30bc6676ac7f74f153b6220ac267.tar.gz |
Fix #32009 crash when mssql_bind() is called more than once
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |