iliaa           Sun May  9 14:26:40 2004 EDT

  Modified files:              
    /php-src    NEWS 
  Log:
  GD bug fixing news.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1707&r2=1.1708&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1707 php-src/NEWS:1.1708
--- php-src/NEWS:1.1707 Sun May  9 10:22:02 2004
+++ php-src/NEWS        Sun May  9 14:26:40 2004
@@ -3,8 +3,12 @@
 ?? ??? 2004, PHP 5 Release Candidate 3
 - Added count() support for COM arrays. (Wez)
 - Changed tidy_node to tidyNode and removed tidy_exception. (John)
+- Fixed bug #28311 (Transparency detection code is off by 1).
+  (Ilia, pikeman at pikeman dot sytes dot net)
+- Fixed bug #28304 (Missing bounds check inside imagefilter()). (Ilia)
 - Fixed bug #28300 (Userspace stream/filter names forced to lowercase). (Sara)
 - Fixed bug #28287 (stream_*_register() not calling __autoload()). (Sara)
+- Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness). (Ilia)
 - Fixed bug #28161 (COM: Array style properties could not be accessed). (Wez)
 - Fixed bug #28125 (ArrayObject leaks when accessing elements). (Marcus)
 - Fixed bug #28099 (ArrayObject doesn't implement ArrayAccess). (Marcus)

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

Reply via email to