Skip to content

Commit 6f0c338

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: [ci skip] Add missing NEWS entries
2 parents cf855ed + 17d64af commit 6f0c338

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ PHP NEWS
2929
(cmb)
3030

3131
- Core:
32+
. Fixed bug #79877 (getimagesize function silently truncates after a null
33+
byte) (cmb)
3234
. Fixed bug #79740 (serialize() and unserialize() methods can not be called
3335
statically). (Nikita)
3436
. Fixed bug #79783 (Segfault in php_str_replace_common). (Nikita)
@@ -59,6 +61,10 @@ PHP NEWS
5961
- OpenSSL:
6062
. Fixed bug #79881 (Memory leak in openssl_pkey_get_public()). (Nikita)
6163

64+
- Phar:
65+
. Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
66+
function). (CVE-2020-7068) (cmb)
67+
6268
- Reflection:
6369
. Fixed bug #79487 (::getStaticProperties() ignores property modifications).
6470
(cmb, Nikita)

0 commit comments

Comments
 (0)