Skip to content

Commit 95f1350

Browse files
committed
NEWS and UPGRADING for array_chunk
1 parent 1b169bf commit 95f1350

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ PHP NEWS
2424
. Implement #71517 (Implement SVG support for getimagesize() and friends).
2525
(nielsdos)
2626
. Optimized PHP html_entity_decode function. (Artem Ukrainskiy)
27+
. Minor optimization to array_chunk(). (nielsdos)
2728

2829
- URI:
2930
. Empty host handling is fixed. (Máté Kocsis)

UPGRADING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ PHP 8.5 UPGRADE NOTES
697697
. Improved unpack() performance with nameless repetitions by avoiding
698698
creating temporary strings and reparsing them.
699699
. Improved pack() performance.
700+
. Minor improvements in array_chunk() performance.
700701

701702
- XMLReader:
702703
. Improved property access performance.

0 commit comments

Comments
 (0)