Skip to content

Commit 85e241c

Browse files
committed
[ci skip] Update NEWS
1 parent 8f8f32c commit 85e241c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

NEWS

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ PHP NEWS
99
. Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
1010
(Nikita)
1111

12-
- SimpleXML:
13-
. Fixed bug #79528 (Different object of the same xml between 7.4.5 and
14-
7.4.4). (cmb)
15-
1612
- Standard:
1713
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
1814

19-
30 Apr 2020, PHP 7.3.18RC1
15+
14 May 2020, PHP 7.3.18
2016

2117
- 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)
2222
. Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference
2323
on !CS constant). (Nikita)
2424
. Fixed bug #79477 (casting object into array creates references). (Nikita)
@@ -45,6 +45,10 @@ PHP NEWS
4545
- Phar:
4646
. Fix bug #79503 (Memory leak on duplicate metadata). (cmb)
4747

48+
- SimpleXML:
49+
. Fixed bug #79528 (Different object of the same xml between 7.4.5 and
50+
7.4.4). (cmb)
51+
4852
- Standard:
4953
. Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
5054
appended). (dinosaur)

0 commit comments

Comments
 (0)