summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-03-06 00:35:37 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-03-06 00:37:38 +0100
commit0d8838891288fdc582f510336a90a8dc85a19810 (patch)
tree8710f06ce769f2472b3fbfdda4a7d62533663b53 /NEWS
parent72bfb2523a80584caa9bf3243e43bffc5d0d7d45 (diff)
parent41fb0eaa116da34fa531437d5b87ca73089e4944 (diff)
downloadphp-git-0d8838891288fdc582f510336a90a8dc85a19810.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix #77700: Writing truecolor images as GIF ignores interlace flag
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98b5b089f0..28e5ea09cc 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ PHP NEWS
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
(Kevin Adler)
+- GD:
+ . Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
+ (cmb)
+
- MySQLi:
. Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)