sniper          Tue Apr 19 18:14:57 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src    NEWS 
  Log:
  reorder
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.334&r2=1.1760.2.335&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.334 php-src/NEWS:1.1760.2.335
--- php-src/NEWS:1.1760.2.334   Tue Apr 19 13:35:04 2005
+++ php-src/NEWS        Tue Apr 19 18:14:45 2005
@@ -5,6 +5,7 @@
 - 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 @@
 - 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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to