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
1230
1230
on supported CPUs by ~1.3x (SSE2) and 3x - 5x (SHA-NI).
1231
1231
1232
1232
- 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.
1235
1233
. mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
1236
1234
. Looking up mbstring encoding names is much faster now.
1237
1235
. The performance of converting SJIS-win to unicode is greatly improved.
@@ -1251,5 +1249,7 @@ PHP 8.4 UPGRADE NOTES
1251
1249
1252
1250
- Standard:
1253
1251
. 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.
1254
1254
. get_browser() is much faster now, up to 1.5x - 2.5x for some test cases.
1255
1255
You can’t perform that action at this time.
0 commit comments