1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 18:43:37 +02:00

[ci skip] Add missing NEWS entries

This commit is contained in:
Christoph M. Becker
2020-08-03 11:08:31 +02:00
parent 5b29af5c78
commit 17d64af186

6
NEWS
View File

@@ -24,6 +24,8 @@ PHP NEWS
to return usec). (Herbert256)
- Core:
. Fixed bug #79877 (getimagesize function silently truncates after a null
byte) (cmb)
. Fixed bug #79778 (Assertion failure if dumping closure with unresolved
static variable). (Nikita)
. Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
@@ -47,6 +49,10 @@ PHP NEWS
- Mbstring:
. Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
- Phar:
. Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
function). (CVE-2020-7068) (cmb)
- Standard:
. Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
. Fixed bug #79817 (str_replace() does not handle INDIRECT elements). (Nikita)