summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-08-03 11:18:45 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-08-03 11:19:44 +0200
commit6f0c3386d4f44e40e24e9d0aa6856e44cab971fa (patch)
treee982ef53ef512f51def0c13a44107d8d4990d128
parentcf855ede8a98f68113dd758b26c2900a6c2441a0 (diff)
parent17d64af18665a160347c994eff27ea37c15dfc76 (diff)
downloadphp-git-6f0c3386d4f44e40e24e9d0aa6856e44cab971fa.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: [ci skip] Add missing NEWS entries
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50b9346133..88795cae26 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ PHP NEWS
(cmb)
- Core:
+ . Fixed bug #79877 (getimagesize function silently truncates after a null
+ byte) (cmb)
. Fixed bug #79740 (serialize() and unserialize() methods can not be called
statically). (Nikita)
. Fixed bug #79783 (Segfault in php_str_replace_common). (Nikita)
@@ -59,6 +61,10 @@ PHP NEWS
- OpenSSL:
. Fixed bug #79881 (Memory leak in openssl_pkey_get_public()). (Nikita)
+- 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)