From 413dfcebe10a7574e6ac74b1c8ec822d72aca5c8 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 4 Aug 2020 09:25:13 +0100 Subject: Prepare NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 7416df26f4..4bfad4a35f 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,8 @@ PHP NEWS is changed). (Nikita) . Fixed bug #79862 (Public non-static property in child should take priority over private static). (Nikita) + . Fixed bug #79877 (getimagesize function silently truncates after a null + byte) (cmb) - Fileinfo: . Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb) @@ -39,6 +41,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) + - Reflection: . Fixed bug #79487 (::getStaticProperties() ignores property modifications). (cmb, Nikita) -- cgit v1.2.1