summaryrefslogtreecommitdiff
path: root/Zend/zend_execute_API.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-04-29 17:23:16 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-04-29 17:23:16 +0200
commit18a9ae412f00cc1e312c296952fac24f16b4d4de (patch)
tree681b78e1ab9354f68e7a0d9109ec1ad287522dc6 /Zend/zend_execute_API.c
parent3891e0d13a0e85e51a450a868960e98b5c74df56 (diff)
downloadphp-git-18a9ae412f00cc1e312c296952fac24f16b4d4de.tar.gz
Fix #77943: imageantialias($image, false); does not work
Firstly, we must not call `gdImageSetAntiAliased()` (which sets the color to anti-alias), but rather modify the `gdImage.AA` flag. Furthermore, we have to actually use the supplied boolean value. We also make sure that we don't attempt to enable anti-aliasing for palette images.
Diffstat (limited to 'Zend/zend_execute_API.c')
0 files changed, 0 insertions, 0 deletions