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.
1 parent 5b29af5 commit 17d64afCopy full SHA for 17d64af
NEWS
@@ -24,6 +24,8 @@ PHP NEWS
24
to return usec). (Herbert256)
25
26
- Core:
27
+ . Fixed bug #79877 (getimagesize function silently truncates after a null
28
+ byte) (cmb)
29
. Fixed bug #79778 (Assertion failure if dumping closure with unresolved
30
static variable). (Nikita)
31
. Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
@@ -47,6 +49,10 @@ PHP NEWS
47
49
- Mbstring:
48
50
. Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
51
52
+- Phar:
53
+ . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
54
+ function). (CVE-2020-7068) (cmb)
55
+
56
- Standard:
57
. Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
58
. Fixed bug #79817 (str_replace() does not handle INDIRECT elements). (Nikita)
0 commit comments