summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2005-12-09 18:17:02 +0000
committerPierre Joye <pajoye@php.net>2005-12-09 18:17:02 +0000
commit7a6ac7ce16f6813f37e0ca4eac9f9251b38593ba (patch)
tree5e621f4c48f23d063ee859a999a4c7e799fabdbf
parent599221036f89a8f2540e9a591516ae310e22f256 (diff)
downloadphp-git-7a6ac7ce16f6813f37e0ca4eac9f9251b38593ba.tar.gz
- MFH: no need to test if jpeg support exists
-rw-r--r--ext/gd/tests/pngcomp.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/gd/tests/pngcomp.phpt b/ext/gd/tests/pngcomp.phpt
index 6a4dbbb6c0..1974610d35 100644
--- a/ext/gd/tests/pngcomp.phpt
+++ b/ext/gd/tests/pngcomp.phpt
@@ -11,9 +11,6 @@ png compression test
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