summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2018-01-02 20:47:24 -0500
committerSara Golemon <pollita@php.net>2018-01-02 20:47:24 -0500
commit0193108291161a2fed6d51b67381de7478ca561d (patch)
treeb3e0c9eba171c4388811933e5842989ce1045029
parent4e3f55c36272a5f29b50e1924b78e9db1b23f214 (diff)
downloadphp-git-0193108291161a2fed6d51b67381de7478ca561d.tar.gz
Prepare NEWS for 7.1.13 release
-rw-r--r--NEWS21
1 files changed, 9 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index aa34995bf9..497be2e1da 100644
--- a/NEWS
+++ b/NEWS
@@ -2,18 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.1.13
-- GD:
- . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx).
- (Christoph)
-
-- Opcache:
- . Fixed bug #75579 (Interned strings buffer overflow may cause crash).
- (Dmitry)
-
-- Phar:
- . Fixed bug #74782 (remove file name from output to avoid XSS). (stas)
-
-07 Dec 2017, PHP 7.1.13RC1
- Core:
. Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26). (Laruence)
@@ -33,9 +21,15 @@ 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)
+ . Fixed bug #75579 (Interned strings buffer overflow may cause crash).
+ (Dmitry)
. Fixed bug #75570 ("Narrowing occurred during type inference" error).
(Dmitry)
@@ -43,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)