summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-06-08 16:00:43 +0100
committerDerick Rethans <github@derickrethans.nl>2020-06-08 16:00:43 +0100
commit104d2afa6561914358ce619df1cd21be834d6b0a (patch)
tree730a64baf2bb6f69199ab9ebc4d8bcaaea4dbfad
parente2d25c5a854023c4cf5d09b15d63e64cd4b7ceda (diff)
parentf74f88289098a25815c268bce6616d65f21695ab (diff)
downloadphp-git-104d2afa6561914358ce619df1cd21be834d6b0a.tar.gz
Merge branch 'PHP-7.4.7' of git://github.com/php/php-src into PHP-7.4.7
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 99e47640d9..978c3492d5 100644
--- a/NEWS
+++ b/NEWS
@@ -23,10 +23,6 @@ PHP NEWS
variable). (Nikita)
. Fixed bug #79603 (RTD collision with opcache). (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)
@@ -65,6 +61,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).