iliaa Wed Dec 11 17:37:35 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/gd/tests jpeg2png.phpt
Log:
MFH
Index: php4/ext/gd/tests/jpeg2png.phpt
diff -u php4/ext/gd/tests/jpeg2png.phpt:1.1.2.1 php4/ext/gd/tests/jpeg2png.phpt:1.1.2.2
--- php4/ext/gd/tests/jpeg2png.phpt:1.1.2.1 Wed Dec 4 16:07:10 2002
+++ php4/ext/gd/tests/jpeg2png.phpt Wed Dec 11 17:37:35 2002
@@ -11,6 +11,9 @@
if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
die("skip png support unavailable");
}
+ if (!function_exists("imagecreatefromjpeg") || !function_exists("imagejpeg")) {
+ die("skip jpeg support unavailable");
+ }
?>
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php