Skip to content

Commit f1c0e67

Browse files
committed
Add performance improvement section to UPGRADING
[ci skip]
1 parent 70fcbe3 commit f1c0e67

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADING

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PHP 7.4 UPGRADE NOTES
1313
11. Changes to INI File Handling
1414
12. Windows Support
1515
13. Other Changes
16+
14. Performance Improvements
1617

1718

1819
========================================
@@ -224,3 +225,13 @@ PHP 7.4 UPGRADE NOTES
224225
========================================
225226
13. 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.

0 commit comments

Comments
 (0)