From 17d64af18665a160347c994eff27ea37c15dfc76 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 3 Aug 2020 11:08:31 +0200 Subject: [PATCH] [ci skip] Add missing NEWS entries --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index ebdb9601eeb..26412647470 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)