Skip to content

Commit 4986419

Browse files
committed
[ci skip] NEWS and UPGRADING
Closes phpGH-11577.
1 parent 0b2e6bc commit 4986419

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ PHP NEWS
1818
- Random:
1919
. Deprecate MT_RAND_PHP. (timwolla)
2020

21+
- SPL:
22+
. Fixed GH-11573 (RecursiveDirectoryIterator::hasChildren is slow).
23+
(nielsdos)
24+
2125
06 Jul 2023, PHP 8.3.0alpha3
2226

2327
- Core:

UPGRADING

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,15 @@ PHP 8.3 UPGRADE NOTES
399399
14. Performance Improvements
400400
========================================
401401

402-
- Standard:
403-
. The file() flags error check is now about 7% faster.
404-
405402
- DOM:
406403
. Looping over a DOMNodeList now uses caching. Therefore requesting items no
407404
longer takes quadratic time by default.
408405
. Getting text content from nodes now avoids an allocation, resulting in a
409406
performance gain.
407+
408+
- Standard:
409+
. The file() flags error check is now about 7% faster.
410+
411+
- SPL:
412+
. RecursiveDirectoryIterator now performs less I/O when looping over a
413+
directory.

0 commit comments

Comments
 (0)