pajoye          Wed May 16 22:21:41 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/gd/tests       bug39780.phpt 
  Log:
  - MFH: libgd #86: Fixed possible infinite loop in libgd/gd_png.c, fix test
     (Reported by Xavier Roche)
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug39780.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/gd/tests/bug39780.phpt
diff -u php-src/ext/gd/tests/bug39780.phpt:1.1.2.2 
php-src/ext/gd/tests/bug39780.phpt:1.1.2.3
--- php-src/ext/gd/tests/bug39780.phpt:1.1.2.2  Sun Dec 10 01:38:01 2006
+++ php-src/ext/gd/tests/bug39780.phpt  Wed May 16 22:21:41 2007
@@ -13,9 +13,9 @@
 ?>
 --EXPECTF--
 
-Warning: imagecreatefrompng(): gd-png:  fatal libpng error: IDAT: CRC error in 
%s on line %d
+Warning: imagecreatefrompng(): gd-png:  fatal libpng error: Read Error: 
truncated data in /home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.php on line 3
 
-Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in 
%s on line %d
+Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in 
/home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.php on line 3
 
-Warning: imagecreatefrompng(): '%s' is not a valid PNG file in %s on line %d
+Warning: imagecreatefrompng(): 
'/home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.png' is not a valid PNG file in 
/home/pierre/cvs/php_5_2/ext/gd/tests/bug39780.php on line 3
 bool(false)

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

Reply via email to