Skip to content

Commit 0be5dd1

Browse files
committed
[ci skip] Fix UPGRADING section
1 parent b1fbdd8 commit 0be5dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)