tony2001 Thu May 3 12:10:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/tests createfromstring.phpt Log: improve test http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/createfromstring.phpt?r1=1.1.2.2&r2=1.1.2.2.2.1&diff_format=u Index: php-src/ext/gd/tests/createfromstring.phpt diff -u php-src/ext/gd/tests/createfromstring.phpt:1.1.2.2 php-src/ext/gd/tests/createfromstring.phpt:1.1.2.2.2.1 --- php-src/ext/gd/tests/createfromstring.phpt:1.1.2.2 Sat Dec 17 17:46:59 2005 +++ php-src/ext/gd/tests/createfromstring.phpt Thu May 3 12:10:11 2007 @@ -3,6 +3,7 @@ --SKIPIF-- <?php if (!function_exists('imagecreatefromstring')) die("skip gd extension not available\n"); + if (!function_exists('imagepng')) die("skip no imagpng()\n"); ?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php