if (!extension_loaded('gd')) {\r
die('skip gd extension not available');\r
}\r
+if (!GD_BUNDLED) die("skip requires bundled GD library\n");\r
?>\r
--FILE--\r
<?php\r
--SKIPIF--
<?php
if (!extension_loaded("gd")) die("skip GD not present");
+if (!GD_BUNDLED) die("skip requires bundled GD library\n");
?>
--FILE--
<?php
--SKIPIF--
<?php
if (!extension_loaded("gd")) die("skip GD not present");
+if (!GD_BUNDLED) die("skip requires bundled GD library\n");
?>
--FILE--
<?php
--SKIPIF--
<?php
if (!extension_loaded("gd")) die("skip GD not present");
- if (!GD_BUNDLED) die('function only available in bundled, external GD detected');
+ if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
?>
--FILE--
<?php
--SKIPIF--
<?php
if (!extension_loaded("gd")) die("skip GD not present");
- if (!GD_BUNDLED) die('function only available in bundled, external GD detected');
+ if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
?>
--FILE--
<?php
--SKIPIF--
<?php
if (!extension_loaded("gd")) die("skip GD not present");
- if (!GD_BUNDLED) die('function only available in bundled, external GD detected');
+ if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
?>
--FILE--
<?php
--SKIPIF--
<?php
if (!extension_loaded("gd")) die("skip GD not present");
- if (!GD_BUNDLED) die('function only available in bundled, external GD detected');
+ if (!GD_BUNDLED) die('skip function only available in bundled, external GD detected');
?>
--FILE--
<?php