File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 18 Apr 2019, PHP 7.3.5RC1
3
+ 02 May 2019, PHP 7.3.5
4
4
5
5
- Core:
6
6
. Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call).
@@ -10,6 +10,10 @@ PHP NEWS
10
10
. Fixed bug #77794 (Incorrect Date header format in built-in server).
11
11
(kelunik)
12
12
13
+ - EXIF
14
+ . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
15
+ (CVE-2019-11036) (Stas)
16
+
13
17
- Interbase:
14
18
. Fixed bug #72175 (Impossibility of creating multiple connections to
15
19
Interbase with php 7.x). (Nikita)
@@ -25,6 +29,9 @@ PHP NEWS
25
29
- LDAP:
26
30
. Fixed bug #77869 (Core dump when using server controls) (mcmic)
27
31
32
+ - Mail
33
+ . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)
34
+
28
35
- mbstring:
29
36
. Implemented FR #72777 (Implement regex stack limits for mbregex functions).
30
37
(Yasuo Ohgaki, Stas)
@@ -86,8 +93,10 @@ PHP NEWS
86
93
. Fixed bug #77578 (Crash when php unload). (cmb)
87
94
88
95
- 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)
91
100
92
101
- FPM:
93
102
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
You can’t perform that action at this time.
0 commit comments