File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
4
- 05 Mar 2020 , PHP 7.4.4RC1
4
+ ?? ??? ???? , PHP 7.4.4RC1
5
5
6
6
- Core:
7
+ . Fixed bug #79329 (get_headers() silently truncates after a null byte)
8
+ (CVE-2020-7066) (cmb)
7
9
. Fixed bug #79244 (php crashes during parsing INI file). (Laruence)
8
10
. Fixed bug #63206 (restore_error_handler does not restore previous errors
9
11
mask). (Mark Plomer)
@@ -34,11 +36,23 @@ PHP NEWS
34
36
. Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
35
37
(cmb)
36
38
39
+ - EXIF:
40
+ . Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
41
+ (Nikita)
42
+
43
+ - Fileinfo:
44
+ . Fixed bug #79283 (Segfault in libmagic patch contains a buffer
45
+ overflow) (cmb)
46
+
37
47
- FPM:
38
48
. Fixed bug #77653 (operator displayed instead of the real error message).
39
49
(Jakub Zelenka)
40
50
. Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
41
51
52
+ - MBstring:
53
+ . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
54
+ php_unicode_tolower_full) (CVE-2020-7065) (cmb)
55
+
42
56
- MySQLi:
43
57
. Fixed bug #64032 (mysqli reports different client_version). (cmb)
44
58
You can’t perform that action at this time.
0 commit comments