]> granicus.if.org Git - php/commitdiff
BFN
authorAndrey Hristov <andrey@php.net>
Thu, 22 Dec 2005 18:13:47 +0000 (18:13 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 22 Dec 2005 18:13:47 +0000 (18:13 +0000)
#if it is not clear from the previous commit that fixes the bug. the leaks
#does not come from the fix bug from some other bug.

NEWS

diff --git a/NEWS b/NEWS
index 368541a1ca143d10cc42501a37611411e8489e96..9a4106b5f3af898103d507fad8275ebe60e1197f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,8 @@ PHP                                                                        NEWS
 - Fixed crash and leak in mysqli when using 4.1.x client libraries and
   connecting to 5.x server. (Andrey)
 - Fixed bug #35760 (sybase_ct doesn't compile on Solaris using old gcc). (Tony)
+- Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when
+  column empty). (Andrey)
 - Fixed bug #35740 (memory leak when including a directory). (Tony)
 - Fixed bug #35730 (ext/mssql + freetds: Use correct character encoding
   and allow setting it). (Frank)