Skip to content

Commit 63fac4e

Browse files
committed
Add NEWS and UPGRADING
1 parent 80e6b92 commit 63fac4e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ PHP NEWS
3737
(BogdanUngureanu)
3838
. Fixed bug GH-20426 (Spoofchecker::setRestrictionLevel() error message
3939
suggests missing constants). (DanielEScherzer)
40+
. Added grapheme_strrev (Yuya Hamada)
4041

4142
- JSON:
4243
. Enriched JSON last error / exception message with error location.

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ PHP 8.6 UPGRADE NOTES
118118
- Reflection:
119119
. ReflectionConstant::inNamespace()
120120

121+
- Intl:
122+
. `grapheme_strrev()` returns strrev for grapheme cluster unit.
123+
RFC: https://wiki.php.net/rfc/grapheme_strrev
124+
121125
- Standard:
122126
. `clamp()` returns the given value if in range, else return the nearest
123127
bound.

0 commit comments

Comments
 (0)