File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ PHP NEWS
55
55
. Implemented opt-in ext/dom spec compliance RFC. (nielsdos)
56
56
. Fixed bug #79701 (getElementById does not correctly work with duplicate
57
57
definitions). (nielsdos)
58
+ . Implemented "New ext-dom features in PHP 8.4" RFC. (nielsdos)
58
59
59
60
- Fileinfo:
60
61
. Update to libmagic 5.45. (nielsdos)
Original file line number Diff line number Diff line change @@ -639,6 +639,8 @@ PHP 8.4 UPGRADE NOTES
639
639
equivalents to the old DOM classes in the global namespaces.
640
640
The new classes follow the DOM living spec.
641
641
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
642
644
643
645
========================================
644
646
8. Removed Extensions and SAPIs
You can’t perform that action at this time.
0 commit comments