Skip to content

Commit 17d64af

Browse files
committed
[ci skip] Add missing NEWS entries
1 parent 5b29af5 commit 17d64af

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
@@ -24,6 +24,8 @@ PHP NEWS
2424
to return usec). (Herbert256)
2525

2626
- Core:
27+
. Fixed bug #79877 (getimagesize function silently truncates after a null
28+
byte) (cmb)
2729
. Fixed bug #79778 (Assertion failure if dumping closure with unresolved
2830
static variable). (Nikita)
2931
. Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
@@ -47,6 +49,10 @@ PHP NEWS
4749
- Mbstring:
4850
. Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
4951

52+
- Phar:
53+
. Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
54+
function). (CVE-2020-7068) (cmb)
55+
5056
- Standard:
5157
. Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
5258
. Fixed bug #79817 (str_replace() does not handle INDIRECT elements). (Nikita)

0 commit comments

Comments
 (0)