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 70fcbe3 commit f1c0e67Copy full SHA for f1c0e67
UPGRADING
@@ -13,6 +13,7 @@ PHP 7.4 UPGRADE NOTES
13
11. Changes to INI File Handling
14
12. Windows Support
15
13. Other Changes
16
+14. Performance Improvements
17
18
19
========================================
@@ -224,3 +225,13 @@ PHP 7.4 UPGRADE NOTES
224
225
226
227
228
+
229
+========================================
230
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.
0 commit comments