diff options
author | Antony Dovgal <tony2001@php.net> | 2007-02-16 11:08:22 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-02-16 11:08:22 +0000 |
commit | 9208d250c26df6e1717871b4e5ede5b0e9fb2b67 (patch) | |
tree | 0964b2513b528518967aa5f6847455634b1e9011 | |
parent | 574630190e10966d8639cbc16349a177eba5b1a9 (diff) | |
download | php-git-9208d250c26df6e1717871b4e5ede5b0e9fb2b67.tar.gz |
MFH
-rw-r--r-- | ext/gd/tests/bug38179.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug38179.phpt b/ext/gd/tests/bug38179.phpt index 01adaa32c6..34a6d58e07 100644 --- a/ext/gd/tests/bug38179.phpt +++ b/ext/gd/tests/bug38179.phpt @@ -1,5 +1,5 @@ --TEST-- -imagecopy doen't copy alpha, palette to truecolor +Bug #38179 (imagecopy from a palette to a truecolor image loses alpha channel) --SKIPIF-- <?php if (!function_exists('imagecopy')) die("skip gd extension not available\n"); |