diff options
author | foobar <sniper@php.net> | 2005-04-03 11:17:54 (GMT) |
---|---|---|
committer | foobar <sniper@php.net> | 2005-04-03 11:17:54 (GMT) |
commit | c67da24e3148c6b4def23b41e8c59dc47621707b (patch) | |
tree | 7d4498e7f07a94198cbe690c5f3298a8a93c36e3 /ext | |
parent | 0ee465d2a0337be03d1a5e72d222cf546a71f55b (diff) | |
download | php-c67da24e3148c6b4def23b41e8c59dc47621707b.tar.gz |
Fix another title
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gd/tests/bug19366.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug19366.phpt b/ext/gd/tests/bug19366.phpt index 83dfa63..c83d816 100644 --- a/ext/gd/tests/bug19366.phpt +++ b/ext/gd/tests/bug19366.phpt @@ -1,5 +1,5 @@ --TEST-- -gdimagefill() function (Bug #19366 (fixed in bundled libgd)) +Bug #19366 (gdimagefill() function crashes (fixed in bundled libgd)) --SKIPIF-- <?php if (!extension_loaded('gd')) die("skip gd extension not available\n"); |