Skip to content

Commit 190ef42

Browse files
committed
NEWS and UPGRADING for new DOM features RFC
1 parent 231e5e3 commit 190ef42

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ PHP NEWS
5555
. Implemented opt-in ext/dom spec compliance RFC. (nielsdos)
5656
. Fixed bug #79701 (getElementById does not correctly work with duplicate
5757
definitions). (nielsdos)
58+
. Implemented "New ext-dom features in PHP 8.4" RFC. (nielsdos)
5859

5960
- Fileinfo:
6061
. Update to libmagic 5.45. (nielsdos)

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,8 @@ PHP 8.4 UPGRADE NOTES
639639
equivalents to the old DOM classes in the global namespaces.
640640
The new classes follow the DOM living spec.
641641
RFC: https://wiki.php.net/rfc/opt_in_dom_spec_compliance
642+
. Implemented "New ext-dom features in PHP 8.4" RFC.
643+
RFC: https://wiki.php.net/rfc/dom_additions_84
642644

643645
========================================
644646
8. Removed Extensions and SAPIs

0 commit comments

Comments
 (0)