1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS and UPGRADING for new DOM features RFC

This commit is contained in:
Niels Dossche
2024-06-26 20:39:05 +02:00
parent 48c9f1e2c3
commit 1501da0bf9
2 changed files with 3 additions and 0 deletions

1
NEWS
View File

@@ -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)

View File

@@ -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