summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-05-12 09:07:45 +0100
committerDerick Rethans <github@derickrethans.nl>2020-05-12 09:07:45 +0100
commit73cbb44157afadb65b9c4a7b2284a24d7d49ef15 (patch)
treec85d7e2de42e1262239c46579220709fa5aaeda7
parenta3924ab6542a358a3099de992b63b932a9570add (diff)
downloadphp-git-73cbb44157afadb65b9c4a7b2284a24d7d49ef15.tar.gz
Update NEWS for 7.4.6
-rw-r--r--NEWS15
1 files changed, 8 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index b0019a49b3..f25420d8ee 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,6 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.6
-- SimpleXML:
- . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
- 7.4.4). (cmb)
-
-
-30 Apr 2020, PHP 7.4.6RC1
-
- Core:
. Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
. Fixed bug #79477 (casting object into array creates references). (Nikita)
@@ -18,6 +11,10 @@ PHP NEWS
(cmb)
. Fixed bug #78784 (Unable to interact with files inside a VFS for Git
repository). (cmb)
+ . Fixed bug #78875 (Long variables cause OOM and temp files are not cleaned).
+ (cmb) (CVE-2019-11048)
+ . Fixed bug #78876 (Long variables cause OOM and temp files are not cleaned).
+ (cmb) (CVE-2019-11048)
- DOM:
. Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes).
@@ -44,6 +41,10 @@ PHP NEWS
- Phar:
. Fixed 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)
+
- SPL:
. Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). (cmb)
. Fixed bug #67369 (ArrayObject serialization drops the iterator class).