We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b169bf commit 95f1350Copy full SHA for 95f1350
NEWS
@@ -24,6 +24,7 @@ PHP NEWS
24
. Implement #71517 (Implement SVG support for getimagesize() and friends).
25
(nielsdos)
26
. Optimized PHP html_entity_decode function. (Artem Ukrainskiy)
27
+ . Minor optimization to array_chunk(). (nielsdos)
28
29
- URI:
30
. Empty host handling is fixed. (Máté Kocsis)
UPGRADING
@@ -697,6 +697,7 @@ PHP 8.5 UPGRADE NOTES
697
. Improved unpack() performance with nameless repetitions by avoiding
698
creating temporary strings and reparsing them.
699
. Improved pack() performance.
700
+ . Minor improvements in array_chunk() performance.
701
702
- XMLReader:
703
. Improved property access performance.
0 commit comments