mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
NEWS and UPGRADING for array_chunk
This commit is contained in:
parent
1b169bf28e
commit
95f1350ca8
2 changed files with 2 additions and 0 deletions
1
NEWS
1
NEWS
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue