Skip to content

Commit 2c24590

Browse files
committed
Update NEWS
1 parent 919e91f commit 2c24590

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

NEWS

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33

4-
05 Mar 2020, PHP 7.4.4RC1
4+
?? ??? ????, PHP 7.4.4RC1
55

66
- Core:
7+
. Fixed bug #79329 (get_headers() silently truncates after a null byte)
8+
(CVE-2020-7066) (cmb)
79
. Fixed bug #79244 (php crashes during parsing INI file). (Laruence)
810
. Fixed bug #63206 (restore_error_handler does not restore previous errors
911
mask). (Mark Plomer)
@@ -34,11 +36,23 @@ PHP NEWS
3436
. Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
3537
(cmb)
3638

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+
3747
- FPM:
3848
. Fixed bug #77653 (operator displayed instead of the real error message).
3949
(Jakub Zelenka)
4050
. Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
4151

52+
- MBstring:
53+
. Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
54+
php_unicode_tolower_full) (CVE-2020-7065) (cmb)
55+
4256
- MySQLi:
4357
. Fixed bug #64032 (mysqli reports different client_version). (cmb)
4458

0 commit comments

Comments
 (0)