1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

- Skip if an external lib gd is used (which always has this crash-bug)

This commit is contained in:
Derick Rethans
2002-10-11 10:08:42 +00:00
parent 7713b4097d
commit bbf6b5fee4

View File

@@ -1,7 +1,7 @@
--TEST--
gdimagefill() function (Bug #19366 (in bundled libgd))
--SKIPIF--
<?php if (!extension_loaded('gd')) die("skip\n"); ?>
<?php if (!extension_loaded('gd') || !HAVE_BUNDLED_GD) die("skip\n"); ?>
--POST--
--GET--
--INI--