@@ -5,25 +5,11 @@ PHP NEWS
5
5
6
6
- Core:
7
7
. Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
8
- . Fixed bug #79329 (get_headers() silently truncates after a null byte)
9
- (CVE-2020-7066) (cmb)
10
8
. Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
11
9
12
10
- CURL:
13
11
. Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
14
12
15
- - EXIF:
16
- . Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
17
- (Nikita)
18
-
19
- - Fileinfo:
20
- . Fixed bug #79283 (Segfault in libmagic patch contains a buffer
21
- overflow) (cmb)
22
-
23
- - MBstring:
24
- . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
25
- php_unicode_tolower_full) (CVE-2020-7065) (cmb)
26
-
27
13
- SimpleXML:
28
14
. Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
29
15
@@ -67,11 +53,23 @@ PHP NEWS
67
53
. Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
68
54
(cmb)
69
55
56
+ - EXIF:
57
+ . Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064)
58
+ (Nikita)
59
+
60
+ - Fileinfo:
61
+ . Fixed bug #79283 (Segfault in libmagic patch contains a buffer
62
+ overflow). (cmb)
63
+
70
64
- FPM:
71
65
. Fixed bug #77653 (operator displayed instead of the real error message).
72
66
(Jakub Zelenka)
73
67
. Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
74
68
69
+ - MBstring:
70
+ . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
71
+ php_unicode_tolower_full). (CVE-2020-7065) (cmb)
72
+
75
73
- MySQLi:
76
74
. Fixed bug #64032 (mysqli reports different client_version). (cmb)
77
75
@@ -101,6 +99,8 @@ PHP NEWS
101
99
. Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). (cmb)
102
100
103
101
- Standard:
102
+ . Fixed bug #79329 (get_headers() silently truncates after a null byte).
103
+ (CVE-2020-7066) (cmb)
104
104
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
105
105
. Fixed bug #79265 (Improper injection of Host header when using fopen for
106
106
http requests). (Miguel Xavier Penha Neto)
0 commit comments