summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-08-04 09:25:13 +0100
committerDerick Rethans <github@derickrethans.nl>2020-08-04 09:25:13 +0100
commit413dfcebe10a7574e6ac74b1c8ec822d72aca5c8 (patch)
treea31ba7bbb268d522cbd6d8bf1107cedac20cdc0e
parentef648e31829ee4117845d30bdcc90e543f6466b4 (diff)
downloadphp-git-413dfcebe10a7574e6ac74b1c8ec822d72aca5c8.tar.gz
Prepare NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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)