diff options
author | Frank M. Kromann <fmk@php.net> | 2005-11-18 19:13:35 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2005-11-18 19:13:35 +0000 |
commit | 14889ccfbd09ed9575c48630ee4cf55dedfa9054 (patch) | |
tree | 82c4887748e836ecb9215c273b4f5a663e0df29b /NEWS | |
parent | 85fb03cbae0f98f789cbf46391d8bdd1dd9f3612 (diff) | |
download | php-git-14889ccfbd09ed9575c48630ee4cf55dedfa9054.tar.gz |
Fix #33153 Crash in mssql_next_result().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |