From 7a6ac7ce16f6813f37e0ca4eac9f9251b38593ba Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 9 Dec 2005 18:17:02 +0000 Subject: [PATCH] - MFH: no need to test if jpeg support exists --- ext/gd/tests/pngcomp.phpt | 3 --- 1 file changed, 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--