Skip to content

Commit 71056c2

Browse files
committed
Update NEWS
1 parent 6484774 commit 71056c2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

NEWS

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
18 Apr 2019, PHP 7.3.5RC1
3+
02 May 2019, PHP 7.3.5
44

55
- Core:
66
. Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call).
@@ -10,6 +10,10 @@ PHP NEWS
1010
. Fixed bug #77794 (Incorrect Date header format in built-in server).
1111
(kelunik)
1212

13+
- EXIF
14+
. Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
15+
(CVE-2019-11036) (Stas)
16+
1317
- Interbase:
1418
. Fixed bug #72175 (Impossibility of creating multiple connections to
1519
Interbase with php 7.x). (Nikita)
@@ -25,6 +29,9 @@ PHP NEWS
2529
- LDAP:
2630
. Fixed bug #77869 (Core dump when using server controls) (mcmic)
2731

32+
- Mail
33+
. Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
34+
2835
- mbstring:
2936
. Implemented FR #72777 (Implement regex stack limits for mbregex functions).
3037
(Yasuo Ohgaki, Stas)
@@ -86,8 +93,10 @@ PHP NEWS
8693
. Fixed bug #77578 (Crash when php unload). (cmb)
8794

8895
- EXIF:
89-
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
90-
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)
96+
. Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (CVE-2019-11034)
97+
(Stas)
98+
. Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
99+
(CVE-2019-11035) (Stas)
91100

92101
- FPM:
93102
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).

0 commit comments

Comments
 (0)