Commit cea52f7
PHP 8.5 | UPGRADING: fix entry about new grapheme $locale parameter (#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
* bdcea11
* https://wiki.php.net/rfc/grapheme_add_locale_for_case_insensitive
* ad75c26
* NEWS: Add missing parentheses after `grapheme_substr`
Co-authored-by: tekimen <[email protected]>1 parent 3ac9efe commit cea52f7
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
617 | | - | |
| 616 | + | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
0 commit comments