summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 19:35:42 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 19:35:42 +0100
commit16c7c716937f7cd5bfae19063772898dd8644de3 (patch)
tree26017815358e2fe6667800dd0cfec6b853046304
parent788065fb8cfaff83c15a4653ea664ebb353f131c (diff)
downloadphp-git-16c7c716937f7cd5bfae19063772898dd8644de3.tar.gz
Fix NEWS [ci skip]
-rw-r--r--NEWS18
1 files changed, 8 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 81c5f4eccd..29d0f3d9af 100644
--- a/NEWS
+++ b/NEWS
@@ -18,16 +18,6 @@ PHP NEWS
. Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback
and unicode). (Nikita)
-- Phar:
- . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
- all-access permissions). (CVE-2020-7063) (stas)
- . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
- (CVE- 2020-7061) (cmb)
-
-- Session:
- . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
- (CVE-2020-7062) (stas)
-
- Standard:
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
@@ -63,12 +53,20 @@ PHP NEWS
. Fixed bug #79145 (openssl memory leak). (cmb, Nikita)
- Phar:
+ . Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
+ all-access permissions). (CVE-2020-7063) (stas)
+ . Fixed bug #79171 (heap-buffer-overflow in phar_extract_file).
+ (CVE- 2020-7061) (cmb)
. Fixed bug #76584 (PharFileInfo::decompress not working). (cmb)
- Reflection:
. Fixed bug #79115 (ReflectionClass::isCloneable call reflected class
__destruct). (Nikita)
+- Session:
+ . Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
+ (CVE-2020-7062) (stas)
+
- SPL:
. Fixed bug #79151 (heap use after free caused by
spl_dllist_it_helper_move_forward). (Nikita)