Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
NEWS and UPGRADING
  • Loading branch information
ndossche committed Jul 14, 2025
commit 210397fd2e8cc9dea68f5223cc8e92d13e456263
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PHP NEWS

- DOM:
. Make cloning DOM node lists, maps, and collections fail. (nielsdos)
. Added Dom\Element::getElementsByClassName(). (nielsdos)

- PDO_ODBC
. Fetch larger block sizes and better handle SQL_NO_TOTAL when calling
Expand Down
1 change: 1 addition & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ PHP 8.5 UPGRADE NOTES
RFC: https://wiki.php.net/rfc/curl_share_persistence_improvement

- DOM:
. Added Dom\Element::getElementsByClassName().
. Added Dom\Element::insertAdjacentHTML().

- Enchant:
Expand Down