diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-22 09:11:28 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-22 09:15:41 +0200 |
commit | d4bd6fb491ccaf70006d6f671755126b47a71bcb (patch) | |
tree | ddf3950ecdc0e71d4d9b0e4f2d892420ee7a6a31 /NEWS | |
parent | 85ac5643ff07e07e40df89510726e1bc66e6a50b (diff) | |
download | php-git-d4bd6fb491ccaf70006d6f671755126b47a71bcb.tar.gz |
Fix #79615: Wrong GIF header written in GD GIFEncode
The color resolution is expected in bits 4-6 of the packed fields byte
of the logical screen descriptor (byte 10 of the GIF data stream),
according to the specification[1], section 18.
[1] <https://www.w3.org/Graphics/GIF/spec-gif89a.txt>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ PHP NEWS . Fixed bug #79566 (Private SHM is not private on Windows). (cmb) . Fixed bug #79489 (.user.ini does not inherit). (cmb) +- GD: + . Fixed bug #79615 (Wrong GIF header written in GD GIFEncode). (sageptr, cmb) + - MySQLnd: . Fixed bug #79596 (MySQL FLOAT truncates to int some locales). (cmb) |