summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-08-03 11:08:31 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-08-03 11:18:18 +0200
commit17d64af18665a160347c994eff27ea37c15dfc76 (patch)
tree08af4230dcc2562acebcbf55a853e9a373cfc8b5
parent5b29af5c781980ea48320c612aa38d67bc737e90 (diff)
downloadphp-git-17d64af18665a160347c994eff27ea37c15dfc76.tar.gz
[ci skip] Add missing NEWS entries
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ebdb9601ee..2641264747 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@ PHP NEWS
to return usec). (Herbert256)
- Core:
+ . Fixed bug #79877 (getimagesize function silently truncates after a null
+ byte) (cmb)
. Fixed bug #79778 (Assertion failure if dumping closure with unresolved
static variable). (Nikita)
. Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
@@ -47,6 +49,10 @@ PHP NEWS
- Mbstring:
. Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
+- Phar:
+ . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
+ function). (CVE-2020-7068) (cmb)
+
- Standard:
. Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
. Fixed bug #79817 (str_replace() does not handle INDIRECT elements). (Nikita)