]> granicus.if.org Git - php/commitdiff
reword
authorfoobar <sniper@php.net>
Wed, 27 Apr 2005 22:59:52 +0000 (22:59 +0000)
committerfoobar <sniper@php.net>
Wed, 27 Apr 2005 22:59:52 +0000 (22:59 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 14b36dc01a99fd6742faca6043a9602e943e9bd8..d5fc08560bb7fc1112490bb12b0be182ab742028 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,8 +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 ext/mysqli to allocate less memory when fetching bound params
+  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)