summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-05-26 14:18:19 +0100
committerDerick Rethans <github@derickrethans.nl>2020-05-26 14:18:56 +0100
commitf74f88289098a25815c268bce6616d65f21695ab (patch)
tree0d47eb48807e9ae022670e78c7030335ce3657e0
parent33229a1a59a9ca8e0873f3f69b6d5e10eba8ee7f (diff)
downloadphp-git-f74f88289098a25815c268bce6616d65f21695ab.tar.gz
This bug fix was cherry picked into 7.4.6
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 63dadd4183..d91f63c1e4 100644
--- a/NEWS
+++ b/NEWS
@@ -24,10 +24,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)
@@ -66,6 +62,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).