File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ PHP NEWS
9
9
. Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
10
10
(Nikita)
11
11
12
- - SimpleXML:
13
- . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
14
- 7.4.4). (cmb)
15
-
16
12
- Standard:
17
13
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
18
14
19
- 30 Apr 2020, PHP 7.3.18RC1
15
+ 14 May 2020, PHP 7.3.18
20
16
21
17
- Core:
18
+ . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
19
+ (CVE-2019-11048) (cmb)
20
+ . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
21
+ files are not cleaned). (CVE-2019-11048) (cmb)
22
22
. Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference
23
23
on !CS constant). (Nikita)
24
24
. Fixed bug #79477 (casting object into array creates references). (Nikita)
@@ -45,6 +45,10 @@ PHP NEWS
45
45
- Phar:
46
46
. Fix bug #79503 (Memory leak on duplicate metadata). (cmb)
47
47
48
+ - SimpleXML:
49
+ . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
50
+ 7.4.4). (cmb)
51
+
48
52
- Standard:
49
53
. Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
50
54
appended). (dinosaur)
You can’t perform that action at this time.
0 commit comments