]> granicus.if.org Git - php/commitdiff
reorder
authorfoobar <sniper@php.net>
Tue, 19 Apr 2005 22:14:45 +0000 (22:14 +0000)
committerfoobar <sniper@php.net>
Tue, 19 Apr 2005 22:14:45 +0000 (22:14 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e32a40d0a10d7c894b3be4b71621762fd0c3ece1..27e769cff75f2de262b9313d8a0f26b7e70db427 100644 (file)
--- 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)