From 46d88a49cc936656a1e42bc0c3fa2b0a854e4e19 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 26 May 2020 14:18:19 +0100 Subject: [PATCH 1/2] This bug fix was cherry picked into 7.4.6 --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 768f3a0bf47..d22738e1670 100644 --- a/NEWS +++ b/NEWS @@ -21,10 +21,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) @@ -63,6 +59,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). From c6fc400e8bbb96e0310bfdfab507eaffbf1b66b6 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 26 May 2020 14:20:06 +0100 Subject: [PATCH 2/2] Add (expected) release date, and new header for 7.4.8 --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d22738e1670..25e27f453f7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.4.7 +?? ??? 2020, PHP 7.4.8 + + + +11 Jun 2020, PHP 7.4.7 - Core: . Fixed bug #79599 (coredump in set_error_handler). (Laruence)