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

Update UPGRADING for array_map() performance

This commit is contained in:
Niels Dossche
2025-11-08 18:11:12 +01:00
parent 79adb01bfc
commit 7b4270adf0

View File

@@ -125,6 +125,7 @@ PHP 8.6 UPGRADE NOTES
- Standard:
. Improved performance of array_fill_keys().
. Improved performance of array_map() with multiple arrays passed.
. Improved performance of array_unshift().
. Improved performance of array_walk().
. Improved performance of intval('+0b...', 2) and intval('0b...', 2).