Skip to content

Commit 413dfce

Browse files
committed
Prepare NEWS
1 parent ef648e3 commit 413dfce

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
is changed). (Nikita)
3030
. Fixed bug #79862 (Public non-static property in child should take priority
3131
over private static). (Nikita)
32+
. Fixed bug #79877 (getimagesize function silently truncates after a null
33+
byte) (cmb)
3234

3335
- Fileinfo:
3436
. Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb)
@@ -39,6 +41,10 @@ PHP NEWS
3941
- Mbstring:
4042
. Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
4143

44+
- Phar:
45+
. Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
46+
function). (CVE-2020-7068) (cmb)
47+
4248
- Reflection:
4349
. Fixed bug #79487 (::getStaticProperties() ignores property modifications).
4450
(cmb, Nikita)

0 commit comments

Comments
 (0)