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
13
13
11. Changes to INI File Handling
14
14
12. Windows Support
15
15
13. Other Changes
16
+ 14. Performance Improvements
16
17
17
18
18
19
========================================
@@ -224,3 +225,13 @@ PHP 7.4 UPGRADE NOTES
224
225
========================================
225
226
13. Other Changes
226
227
========================================
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