Skip to content

Commit 1e63900

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix NEWS
2 parents 4dce975 + 9b8aa10 commit 1e63900

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

NEWS

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,11 @@ PHP NEWS
55

66
- Core:
77
. 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)
108
. Fixed bug #78210 (Invalid pointer address). (cmb, Nikita)
119

1210
- CURL:
1311
. Fixed bug #79199 (curl_copy_handle() memory leak). (cmb)
1412

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-
2713
- SimpleXML:
2814
. Fixed bug #61597 (SXE properties may lack attributes and content). (cmb)
2915

@@ -67,11 +53,23 @@ PHP NEWS
6753
. Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
6854
(cmb)
6955

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+
7064
- FPM:
7165
. Fixed bug #77653 (operator displayed instead of the real error message).
7266
(Jakub Zelenka)
7367
. Fixed bug #79014 (PHP-FPM & Primary script unknown). (Jakub Zelenka)
7468

69+
- MBstring:
70+
. Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at
71+
php_unicode_tolower_full). (CVE-2020-7065) (cmb)
72+
7573
- MySQLi:
7674
. Fixed bug #64032 (mysqli reports different client_version). (cmb)
7775

@@ -101,6 +99,8 @@ PHP NEWS
10199
. Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). (cmb)
102100

103101
- Standard:
102+
. Fixed bug #79329 (get_headers() silently truncates after a null byte).
103+
(CVE-2020-7066) (cmb)
104104
. Fixed bug #79254 (getenv() w/o arguments not showing changes). (cmb)
105105
. Fixed bug #79265 (Improper injection of Host header when using fopen for
106106
http requests). (Miguel Xavier Penha Neto)

0 commit comments

Comments
 (0)