summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-05-12 11:16:55 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-05-12 11:16:55 +0200
commit85e241c35c3d4cb1cc027ecca2572e1ff04e3d06 (patch)
treebc806e68a9cd40812b1b6921d0dd3475ed9871c0
parent8f8f32cfafa10a0c63965fc15c9fd793872a46bc (diff)
downloadphp-git-85e241c35c3d4cb1cc027ecca2572e1ff04e3d06.tar.gz
[ci skip] Update NEWS
-rw-r--r--NEWS14
1 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 593cdc0701..505451e470 100644
--- a/NEWS
+++ b/NEWS
@@ -9,16 +9,16 @@ PHP NEWS
. Fixed bug #79535 (PHP crashes with specific opcache.optimization_level).
(Nikita)
-- SimpleXML:
- . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
- 7.4.4). (cmb)
-
- Standard:
. Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)
-30 Apr 2020, PHP 7.3.18RC1
+14 May 2020, PHP 7.3.18
- Core:
+ . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
+ (CVE-2019-11048) (cmb)
+ . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
+ files are not cleaned). (CVE-2019-11048) (cmb)
. Fixed bug #79434 (PHP 7.3 and PHP-7.4 crash with NULL-pointer dereference
on !CS constant). (Nikita)
. Fixed bug #79477 (casting object into array creates references). (Nikita)
@@ -45,6 +45,10 @@ PHP NEWS
- Phar:
. Fix bug #79503 (Memory leak on duplicate metadata). (cmb)
+- SimpleXML:
+ . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
+ 7.4.4). (cmb)
+
- Standard:
. Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
appended). (dinosaur)