From: Pierre Joye Date: Fri, 9 Dec 2005 18:16:21 +0000 (+0000) Subject: - no need to test if jpeg support exists X-Git-Tag: RELEASE_1_0_4~444 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=183a717c704ea7da37ace7f09d53f623de1904b3;p=php - no need to test if jpeg support exists --- 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--