pajoye          Sun Dec 10 01:58:50 2006 UTC

  Added files:                 (Branch: PHP_5_2)
    /php-src/ext/gd/tests       bug39508.phpt 

  Modified files:              
    /php-src    NEWS 
  Log:
  - #39508, add test (imagefill crashes with small image)
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.420&r2=1.2027.2.547.2.421&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.420 php-src/NEWS:1.2027.2.547.2.421
--- php-src/NEWS:1.2027.2.547.2.420     Sun Dec 10 01:39:09 2006
+++ php-src/NEWS        Sun Dec 10 01:58:49 2006
@@ -102,6 +102,8 @@
   ZEND_MM_ALIGNED_MIN_HEADER_SIZE). (wharmby at uk dot ibm dot com, Dmitry)
 - Fixed bug #39527 (Failure to retrieve results when multiple unbuffered,
   prepared statements are used in pdo_mysql). (Ilia)
+- Fixed bug #39508 (imagefill crashes with small images 3 pixels or less)
+  (Pierre)
 - Fixed bug #39483 (Problem with handling of \ char in prepared statements).
   (Ilia, suhachov at gmail dot com)
 - Fixed bug #39458 (ftp_nlist() returns false on empty dirs). (Nuno)

http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug39508.phpt?view=markup&rev=1.1
Index: php-src/ext/gd/tests/bug39508.phpt
+++ php-src/ext/gd/tests/bug39508.phpt

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

Reply via email to