Skip to content

Commit b29ecec

Browse files
committed
add security NEW entries + reorder [ci skip]
1 parent 284fb08 commit b29ecec

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

NEWS

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,22 @@ PHP NEWS
2525

2626
01 Aug 2019, PHP 7.2.21
2727

28+
- Date:
29+
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
30+
31+
- EXIF:
32+
. Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
33+
(CVE-2019-11042) (Stas)
34+
. Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
35+
(CVE-2019-11041) (Stas)
36+
2837
- Fileinfo:
2938
. Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
3039
(Joshua Westerheide)
3140

3241
- FTP:
3342
. Fixed bug #77124 (FTP with SSL memory leak). (Nikita)
3443

35-
- PDO_Sqlite:
36-
. Fixed bug #78192 (SegFault when reuse statement after schema has changed).
37-
(Vincent Quatrevieux)
38-
39-
- SQLite:
40-
. Upgraded to SQLite 3.28.0. (cmb)
41-
42-
- XMLRPC:
43-
. Fixed bug #78173 (XML-RPC mutates immutable objects during encoding).
44-
(Asher Baker)
45-
46-
- Date:
47-
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
48-
4944
- Libxml:
5045
. Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
5146
requests (cgi-fcgi)). (Nikita)
@@ -68,14 +63,28 @@ PHP NEWS
6863
. Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
6964
(Andrew Collington)
7065

66+
- Phar:
67+
. Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
68+
7169
- Phpdbg:
7270
. Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
7371

72+
- PDO_Sqlite:
73+
. Fixed bug #78192 (SegFault when reuse statement after schema has changed).
74+
(Vincent Quatrevieux)
75+
76+
- SQLite:
77+
. Upgraded to SQLite 3.28.0. (cmb)
78+
7479
- Standard:
7580
. Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
7681
(cmb)
7782
. Fixed bug #78269 (password_hash uses weak options for argon2). (Remi)
7883

84+
- XMLRPC:
85+
. Fixed bug #78173 (XML-RPC mutates immutable objects during encoding).
86+
(Asher Baker)
87+
7988
04 Jul 2019, PHP 7.2.20
8089

8190
- Core:

0 commit comments

Comments
 (0)