Skip to content

Commit f3cd693

Browse files
committed
Update NEWS for 7.3.6
1 parent 582469e commit f3cd693

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

NEWS

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,28 @@ PHP NEWS
2929
- Zip:
3030
. Fixed bug #76345 (zip.h not found). (Michael Maroszek)
3131

32-
16 May 2019, PHP 7.3.6RC1
32+
30 May 2019, PHP 7.3.6
3333

3434
- cURL:
3535
. Implemented FR #72189 (Add missing CURL_VERSION_* constants). (Javier
3636
Spagnoletti)
3737

38+
- EXIF:
39+
. Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
40+
(CVE-2019-11040) (Stas)
41+
3842
- FPM:
3943
. Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)
4044
. Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)
4145

4246
- GD:
4347
. 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)
4454

4555
- JSON:
4656
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
@@ -66,6 +76,9 @@ PHP NEWS
6676
. Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
6777
Duncan)
6878

79+
- SQLite:
80+
. Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
81+
6982
- Standard:
7083
. Fixed bug #77931 (Warning for array_map mentions wrong type). (Nikita)
7184
. Fixed bug #78003 (strip_tags output change since PHP 7.3). (cmb)

0 commit comments

Comments
 (0)