From 701959529335ead1659c66571e8358a4feb89e40 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 9 Sep 2023 00:53:01 +0100 Subject: [PATCH] Removed incorrect news items for things already in 8.3.x or earlier --- NEWS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/NEWS b/NEWS index 097b8bd2c4daa..e8fc8b8299f01 100644 --- a/NEWS +++ b/NEWS @@ -2,12 +2,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.4.0alpha1 -Core: - . Fixed bug GH-12073 (Segfault when freeing incompletely initialized - closures). (ilutov) - . Fixed bug GH-12102 (Incorrect compile error when using array access on TMP - value in function call). (ilutov) - DOM: . Added DOMNode::compareDocumentPosition(). (nielsdos)