File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1230,8 +1230,6 @@ PHP 8.4 UPGRADE NOTES
12301230 on supported CPUs by ~1.3x (SSE2) and 3x - 5x (SHA-NI).
12311231
12321232- MBString:
1233- . The performance of strspn() and strcspn() is greatly improved.
1234- They now run in linear time instead of being bounded by quadratic time.
12351233 . mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
12361234 . Looking up mbstring encoding names is much faster now.
12371235 . The performance of converting SJIS-win to unicode is greatly improved.
@@ -1251,5 +1249,7 @@ PHP 8.4 UPGRADE NOTES
12511249
12521250- Standard:
12531251 . Improved the performance of strpbrk().
1252+ . The performance of strspn() and strcspn() is greatly improved.
1253+ They now run in linear time instead of being bounded by quadratic time.
12541254 . get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
12551255
You can’t perform that action at this time.
0 commit comments