]> granicus.if.org Git - php/commitdiff
BFN
authorAndrey Hristov <andrey@php.net>
Wed, 27 Apr 2005 18:04:33 +0000 (18:04 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 27 Apr 2005 18:04:33 +0000 (18:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ba504c97b0d06b4b2c64d8a9d795a905fbd2fb34..c927c44e6fe471eb3559d41f91caaa7065a21e35 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP                                                                        NEWS
 - Removed php_check_syntax() function which never worked properly. (Ilia)
 - Changed sha1_file() and md5_file() functions to use streams instead of
   low level IO. (Uwe)
+- Lowered the ammount of memory allocated by ext/mysqli when fetching bound
+  params which are of type (MEDIUM|LONG)BLOB/(MEDIUM|LONG)TEXT. (Andrey)
 - Fixed memory corruption in ImageTTFText() with 64bit systems. (Andrey)
 - Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
 - Fixed bug #32809 (Missing T1LIB support on Windows). (Edin)
@@ -42,7 +44,8 @@ PHP                                                                        NEWS
   (Uwe Schindler)
 - Fixed bug #32405 (mysqli::fetch() returns bad data - 64bit problem). (Andrey)
 - Fixed bug #32282 (Segfault in mysqli_fetch_array on 64-bit). (Georg)
-- Fixed bug #32282 (Segfault in mysqli_fetch_array on 64-bit) (Georg).
+- Fixed bug #32013 (ext/mysqli bind_result causes fatal error: memory
+  limit). (Andrey)
 - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP 
   response message). (Jani)
 - Fixed bug #31668 (multi_query works exactly every other time - multi query