summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-21 17:39:23 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-21 17:39:23 +0200
commitd65adac2be2c9b32d9ad9bd00399c99d492502f5 (patch)
tree92631fdc31e37ba16cb0e46a7310557bd1da4485 /NEWS
parent9eb5bbd8bd89caa29ba4fbeb2db27d3e4e05ed79 (diff)
downloadphp-git-d65adac2be2c9b32d9ad9bd00399c99d492502f5.tar.gz
Fix #72913: imagecopy() loses single-color transparency on palette images
The proper code to handle true-color to palette copies is already contained in gdImageCopy(), so we can simply remove the buggy duplicated code.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 676760ef6f..fb5a07cfbe 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ PHP NEWS
- GD:
. Fixed bug #66005 (imagecopy does not support 1bit transparency on truecolor
images). (cmb)
+ . Fixed bug #72913 (imagecopy() loses single-color transparency on palette
+ images). (cmb)
- JSON:
. Fixed bug #72787 (json_decode reads out of bounds). (Jakub Zelenka)