@@ -25,27 +25,22 @@ PHP NEWS
25
25
26
26
01 Aug 2019, PHP 7.2.21
27
27
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
+
28
37
- Fileinfo:
29
38
. Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
30
39
(Joshua Westerheide)
31
40
32
41
- FTP:
33
42
. Fixed bug #77124 (FTP with SSL memory leak). (Nikita)
34
43
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
-
49
44
- Libxml:
50
45
. Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
51
46
requests (cgi-fcgi)). (Nikita)
@@ -68,14 +63,28 @@ PHP NEWS
68
63
. Fixed bug #78291 (opcache_get_configuration doesn't list all directives).
69
64
(Andrew Collington)
70
65
66
+ - Phar:
67
+ . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)
68
+
71
69
- Phpdbg:
72
70
. Fixed bug #78297 (Include unexistent file memory leak). (Nikita)
73
71
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
+
74
79
- Standard:
75
80
. Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit).
76
81
(cmb)
77
82
. Fixed bug #78269 (password_hash uses weak options for argon2). (Remi)
78
83
84
+ - XMLRPC:
85
+ . Fixed bug #78173 (XML-RPC mutates immutable objects during encoding).
86
+ (Asher Baker)
87
+
79
88
04 Jul 2019, PHP 7.2.20
80
89
81
90
- Core:
0 commit comments