@@ -4,21 +4,11 @@ PHP NEWS
44
55- Core:
66 . 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)
97 . Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
108
119- CURL:
1210 . Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
1311
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-
2212- SimpleXML:
2313 . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
2414
@@ -51,6 +41,14 @@ PHP NEWS
5141 . Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
5242 (cmb)
5343
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+
5452- MySQLi:
5553 . Fixed bug #64032 (mysqli reports different client_version). (cmb)
5654
@@ -69,6 +67,8 @@ PHP NEWS
6967 . Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). (cmb)
7068
7169- Standard:
70+ . Fixed bug #79329 (get_headers() silently truncates after a null byte).
71+ (CVE-2020-7066) (cmb)
7272 . Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
7373 . Fixed bug #79265 (Improper injection of Host header when using fopen for
7474 http requests). (Miguel Xavier Penha Neto)
0 commit comments