Skip to content

Commit f378842

Browse files
committed
[ci skip] UPGRADING
1 parent b4917d8 commit f378842

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,3 +371,9 @@ PHP 8.3 UPGRADE NOTES
371371

372372
- Standard:
373373
. The file() flags error check is now about 7% faster.
374+
375+
- DOM:
376+
. Looping over a DOMNodeList now uses caching. Therefore requesting items no
377+
longer takes quadratic time by default.
378+
. Getting text content from nodes now avoids an allocation, resulting in a
379+
performance gain.

0 commit comments

Comments
 (0)