You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.5 | UPGRADING: fix entry about new grapheme $locale parameter (php#20239)
* PHP 8.5 | UPGRADING: fix entry about new grapheme $locale parameter
1. The `grapheme_levenshtein()` function is new to PHP 8.5, so the `$locale` parameter being added does not "change" the function (in the context of changes between PHP 8.4 and 8.5).
2. The `grapheme_substr()` function has also been given the new `$locale` parameter, but was not listed in the changelog entry.
Refs:
* https://wiki.php.net/rfc/grapheme_levenshtein
* php@bdcea11
* https://wiki.php.net/rfc/grapheme_add_locale_for_case_insensitive
* php@ad75c26
* NEWS: Add missing parentheses after `grapheme_substr`
Co-authored-by: tekimen <[email protected]>
0 commit comments