We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf855ed + 17d64af commit 6f0c338Copy full SHA for 6f0c338
NEWS
@@ -29,6 +29,8 @@ PHP NEWS
29
(cmb)
30
31
- Core:
32
+ . Fixed bug #79877 (getimagesize function silently truncates after a null
33
+ byte) (cmb)
34
. Fixed bug #79740 (serialize() and unserialize() methods can not be called
35
statically). (Nikita)
36
. Fixed bug #79783 (Segfault in php_str_replace_common). (Nikita)
@@ -59,6 +61,10 @@ PHP NEWS
59
61
- OpenSSL:
60
62
. Fixed bug #79881 (Memory leak in openssl_pkey_get_public()). (Nikita)
63
64
+- Phar:
65
+ . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
66
+ function). (CVE-2020-7068) (cmb)
67
+
68
- Reflection:
69
. Fixed bug #79487 (::getStaticProperties() ignores property modifications).
70
(cmb, Nikita)
0 commit comments