File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ PHP 7.4 UPGRADE NOTES
131311. Changes to INI File Handling
141412. Windows Support
151513. Other Changes
16+ 14. Performance Improvements
1617
1718
1819========================================
@@ -224,3 +225,13 @@ PHP 7.4 UPGRADE NOTES
224225========================================
22522613. Other Changes
226227========================================
228+
229+ ========================================
230+ 14. Performance Improvements
231+ ========================================
232+
233+ - Core:
234+ . A specialized VM opcode for the array_key_exists() function has been added,
235+ which improves performance of this function if it can be statically
236+ resolved. In namespaced code, this may require writing \array_key_exists()
237+ or explicitly importing the function.
You can’t perform that action at this time.
0 commit comments