1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS and UPGRADING for array_chunk

This commit is contained in:
Niels Dossche
2025-07-21 23:00:44 +02:00
parent 1b169bf28e
commit 95f1350ca8
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@@ -24,6 +24,7 @@ PHP NEWS
. Implement #71517 (Implement SVG support for getimagesize() and friends).
(nielsdos)
. Optimized PHP html_entity_decode function. (Artem Ukrainskiy)
. Minor optimization to array_chunk(). (nielsdos)
- URI:
. Empty host handling is fixed. (Máté Kocsis)

View File

@@ -697,6 +697,7 @@ PHP 8.5 UPGRADE NOTES
. Improved unpack() performance with nameless repetitions by avoiding
creating temporary strings and reparsing them.
. Improved pack() performance.
. Minor improvements in array_chunk() performance.
- XMLReader:
. Improved property access performance.