We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef648e3 commit 413dfceCopy full SHA for 413dfce
NEWS
@@ -29,6 +29,8 @@ PHP NEWS
29
is changed). (Nikita)
30
. Fixed bug #79862 (Public non-static property in child should take priority
31
over private static). (Nikita)
32
+ . Fixed bug #79877 (getimagesize function silently truncates after a null
33
+ byte) (cmb)
34
35
- Fileinfo:
36
. Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb)
@@ -39,6 +41,10 @@ PHP NEWS
39
41
- Mbstring:
40
42
. Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)
43
44
+- Phar:
45
+ . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
46
+ function). (CVE-2020-7068) (cmb)
47
+
48
- Reflection:
49
. Fixed bug #79487 (::getStaticProperties() ignores property modifications).
50
(cmb, Nikita)
0 commit comments