File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,28 @@ PHP NEWS
29
29
- Zip:
30
30
. Fixed bug #76345 (zip.h not found). (Michael Maroszek)
31
31
32
- 16 May 2019, PHP 7.3.6RC1
32
+ 30 May 2019, PHP 7.3.6
33
33
34
34
- cURL:
35
35
. Implemented FR #72189 (Add missing CURL_VERSION_* constants). (Javier
36
36
Spagnoletti)
37
37
38
+ - EXIF:
39
+ . Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
40
+ (CVE-2019-11040) (Stas)
41
+
38
42
- FPM:
39
43
. Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)
40
44
. Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)
41
45
42
46
- GD:
43
47
. Fixed bug #77943 (imageantialias($image, false); does not work). (cmb)
48
+ . Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
49
+ (CVE-2019-11038) (cmb)
50
+
51
+ - Iconv:
52
+ . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
53
+ due to integer overflow). (CVE-2019-11039). (maris dot adam)
44
54
45
55
- JSON:
46
56
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
@@ -66,6 +76,9 @@ PHP NEWS
66
76
. Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
67
77
Duncan)
68
78
79
+ - SQLite:
80
+ . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
81
+
69
82
- Standard:
70
83
. Fixed bug #77931 (Warning for array_map mentions wrong type). (Nikita)
71
84
. Fixed bug #78003 (strip_tags output change since PHP 7.3). (cmb)
You can’t perform that action at this time.
0 commit comments