diff options
Diffstat (limited to 'ext/gd/tests/bug27582_1.phpt')
-rw-r--r-- | ext/gd/tests/bug27582_1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug27582_1.phpt b/ext/gd/tests/bug27582_1.phpt index acc967008..f6dbda0ce 100644 --- a/ext/gd/tests/bug27582_1.phpt +++ b/ext/gd/tests/bug27582_1.phpt @@ -1,5 +1,5 @@ --TEST-- -gdimagefill() function (Bug #19366 (fixed in bundled libgd)) +Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color) --SKIPIF-- <?php if (!extension_loaded('gd')) die("skip gd extension not available\n"); |