From 1501da0bf915af0387ba4fdfefea91f307759139 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:39:05 +0200 Subject: [PATCH] NEWS and UPGRADING for new DOM features RFC --- NEWS | 1 + UPGRADING | 2 ++ 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 1e327fab6e0..5191a9fd554 100644 --- a/NEWS +++ b/NEWS @@ -55,6 +55,7 @@ PHP NEWS . Implemented opt-in ext/dom spec compliance RFC. (nielsdos) . Fixed bug #79701 (getElementById does not correctly work with duplicate definitions). (nielsdos) + . Implemented "New ext-dom features in PHP 8.4" RFC. (nielsdos) - Fileinfo: . Update to libmagic 5.45. (nielsdos) diff --git a/UPGRADING b/UPGRADING index 72eed3e71ac..07cc55ce12d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -639,6 +639,8 @@ PHP 8.4 UPGRADE NOTES equivalents to the old DOM classes in the global namespaces. The new classes follow the DOM living spec. RFC: https://wiki.php.net/rfc/opt_in_dom_spec_compliance + . Implemented "New ext-dom features in PHP 8.4" RFC. + RFC: https://wiki.php.net/rfc/dom_additions_84 ======================================== 8. Removed Extensions and SAPIs