Skip to content

Commit 1ad5f9d

Browse files
committed
[ci skip] UPGRADING
1 parent 9a973a3 commit 1ad5f9d

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
@@ -193,7 +193,7 @@ PHP 8.4 UPGRADE NOTES
193193
an xpath query. This can give a time improvement of easily two order of
194194
magnitude for documents with tens of thousands of nodes.
195195

196-
* The performance of strspn() is greatly improved. It now runs in linear time
197-
instead of being bounded by quadratic time.
196+
* The performance of strspn() and strcspn() is greatly improved.
197+
They now run in linear time instead of being bounded by quadratic time.
198198

199199
* mb_strcut() is much faster now for UTF-8 and UTF-16 strings.

0 commit comments

Comments
 (0)