From: foobar Date: Tue, 19 Apr 2005 22:14:45 +0000 (+0000) Subject: reorder X-Git-Tag: php-5.0.5RC1~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aad8b12feaae8d40f75a973354e4476de77e3f6b;p=php reorder --- diff --git a/NEWS b/NEWS index e32a40d0a1..27e769cff7 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ 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) +- Fixed memory corruption in ImageTTFText() with 64bit systems. (Andrey) - Fixed bug #32759 (incorrect determination of default value (COM)). (Wez) - Fixed bug #32758 (Cannot access safearray properties in VB6 objects). (Wez) - Fixed bug #32755 (Segfault in replaceChild() when DocumentFragment has @@ -44,7 +45,6 @@ PHP NEWS - Fixed bug #29583 (crash when echoing a COM object). (M.Sisolak, Wez) - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)). (kameshj at fastmail dot fm) -- Fixed memory corruption in ImageTTFText() on 64 bit. (Andrey) 31 Mar 2005, PHP 5.0.4 - Added SNMPv2 support. (harrie)