tony2001 Thu May 3 12:10:02 2007 UTC
Modified files:
/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.2&r2=1.3&diff_format=u
Index: php-src/ext/gd/tests/createfromstring.phpt
diff -u php-src/ext/gd/tests/createfromstring.phpt:1.2
php-src/ext/gd/tests/createfromstring.phpt:1.3
--- php-src/ext/gd/tests/createfromstring.phpt:1.2 Sat Oct 7 19:57:15 2006
+++ php-src/ext/gd/tests/createfromstring.phpt Thu May 3 12:10:02 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