11. Changes to INI File Handling
12. Windows Support
13. Other Changes
+14. Performance Improvements
========================================
========================================
13. Other Changes
========================================
+
+========================================
+14. Performance Improvements
+========================================
+
+- Core:
+ . A specialized VM opcode for the array_key_exists() function has been added,
+ which improves performance of this function if it can be statically
+ resolved. In namespaced code, this may require writing \array_key_exists()
+ or explicitly importing the function.