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:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user