mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] UPGRADING
This commit is contained in:
parent
9a973a3743
commit
1ad5f9da36
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ PHP 8.4 UPGRADE NOTES
|
|||
an xpath query. This can give a time improvement of easily two order of
|
||||
magnitude for documents with tens of thousands of nodes.
|
||||
|
||||
* The performance of strspn() is greatly improved. It now runs in linear time
|
||||
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.
|
||||
|
||||
* mb_strcut() is much faster now for UTF-8 and UTF-16 strings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue