@@ -4,21 +4,11 @@ PHP NEWS
4
4
5
5
- Core:
6
6
. Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
7
- . Fixed bug #79329 (get_headers() silently truncates after a null byte)
8
- (CVE-2020-7066) (cmb)
9
7
. Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
10
8
11
9
- CURL:
12
10
. Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
13
11
14
- - EXIF:
15
- . Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
16
- (Nikita)
17
-
18
- - MBstring:
19
- . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
20
- php_unicode_tolower_full) (CVE-2020-7065) (cmb)
21
-
22
12
- SimpleXML:
23
13
. Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
24
14
@@ -51,6 +41,14 @@ PHP NEWS
51
41
. Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
52
42
(cmb)
53
43
44
+ - EXIF:
45
+ . Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064)
46
+ (Nikita)
47
+
48
+ - MBstring:
49
+ . Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
50
+ php_unicode_tolower_full). (CVE-2020-7065) (cmb)
51
+
54
52
- MySQLi:
55
53
. Fixed bug #64032 (mysqli reports different client_version). (cmb)
56
54
@@ -69,6 +67,8 @@ PHP NEWS
69
67
. Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). (cmb)
70
68
71
69
- Standard:
70
+ . Fixed bug #79329 (get_headers() silently truncates after a null byte).
71
+ (CVE-2020-7066) (cmb)
72
72
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
73
73
. Fixed bug #79265 (Improper injection of Host header when using fopen for
74
74
http requests). (Miguel Xavier Penha Neto)
0 commit comments