summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-01-02 17:02:32 -0500
committerSara Golemon <pollita@php.net>2018-01-02 17:02:32 -0500
commit13e2cbebb8d58c5131a795a3752c4a0f181b0f23 (patch)
treeb778a5250365a0849a3247f8d5532d179914b60f
parentc269b1042343881576d26d2f81875bd6940bc620 (diff)
downloadphp-git-PHP-7.2.1.tar.gz
NEWS entries for latest cherry picksphp-7.2.1PHP-7.2.1
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index efd286df67..60c259a6e6 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ PHP NEWS
. Fixed bug #64938 (libxml_disable_entity_loader setting is shared between
requests). (Remi)
+- GD:
+ . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx).
+ (Christoph)
+
- Opcache:
. Fixed bug #75608 ("Narrowing occurred during type inference" error).
(Laruence, Dmitry)
@@ -33,6 +37,9 @@ PHP NEWS
. Fixed bug #74183 (preg_last_error not returning error code after error).
(Andrew Nester)
+- Phar:
+ . Fixed bug #74782 (remove file name from output to avoid XSS). (stas)
+
- Standard:
. Fixed bug #75511 (fread not free unused buffer). (Laruence)
. Fixed bug #75514 (mt_rand returns value outside [$min,$max]+ on 32-bit)