We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a973a3 commit 1ad5f9dCopy full SHA for 1ad5f9d
UPGRADING
@@ -193,7 +193,7 @@ PHP 8.4 UPGRADE NOTES
193
an xpath query. This can give a time improvement of easily two order of
194
magnitude for documents with tens of thousands of nodes.
195
196
-* The performance of strspn() is greatly improved. It now runs in linear time
197
- instead of being bounded by quadratic time.
+* The performance of strspn() and strcspn() is greatly improved.
+ They now run in linear time instead of being bounded by quadratic time.
198
199
* mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
0 commit comments