mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
test requires imagejpeg(); skip otherwise
This commit is contained in:
parent
d7f354fa57
commit
cdabbd9542
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue