diff options
-rw-r--r-- | ext/standard/tests/image/bug70096.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/tests/image/bug70096.phpt b/ext/standard/tests/image/bug70096.phpt index 1674d07a73..0dd55cb6ca 100644 --- a/ext/standard/tests/image/bug70096.phpt +++ b/ext/standard/tests/image/bug70096.phpt @@ -3,6 +3,7 @@ Bug #70096 (Repeated iptcembed() adds superfluous FF bytes) --SKIPIF-- <?php if (!extension_loaded('gd')) die('skip gd extension not available'); +if (!function_exists('imagejpeg')) die('skip imagejpeg not available'); ?> --FILE-- <?php |