diff options
author | foobar <sniper@php.net> | 2005-04-03 11:15:39 (GMT) |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-03 11:15:39 (GMT) |
commit | 0ee465d2a0337be03d1a5e72d222cf546a71f55b (patch) | |
tree | 72effbd135ac679389ff3b10c328bd17b8db0239 /ext | |
parent | 4ff40069af41c57e94b99be520e14627409991a5 (diff) | |
download | php-0ee465d2a0337be03d1a5e72d222cf546a71f55b.tar.gz |
fix description
Diffstat (limited to 'ext')
-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 acc9670..f6dbda0 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"); |