Skip to content

Commit d3c2673

Browse files
committed
[ci skip] NEWS and UPGRADING for mb_*trim
1 parent a80b6d7 commit d3c2673

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ FTP:
2121
Intl:
2222
. Added IntlDateFormatter::PATTERN constant. (David Carlier)
2323

24+
MBString:
25+
. Added mb_trim, mb_ltrim and mb_rtrim. (Yuya Hamada)
26+
2427
Opcache:
2528
. Added large shared segments support for FreeBSD. (David Carlier)
2629

UPGRADING

+4
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ PHP 8.4 UPGRADE NOTES
161161
- DOM:
162162
. Added DOMNode::compareDocumentPosition().
163163

164+
- MBString:
165+
. Added mb_trim, mb_ltrim and mb_rtrim functions.
166+
RFC: https://wiki.php.net/rfc/mb_trim
167+
164168
========================================
165169
7. New Classes and Interfaces
166170
========================================

0 commit comments

Comments
 (0)