Skip to content

Commit 555eb20

Browse files
committed
Add NEWS and UPGRADING
1 parent 861209f commit 555eb20

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Intl:
4545

4646
MBString:
4747
. Added mb_trim, mb_ltrim and mb_rtrim. (Yuya Hamada)
48+
. Added mb_ucfirst and mb_lcfirst. (Yuya Hamada)
4849

4950
Opcache:
5051
. Added large shared segments support for FreeBSD. (David Carlier)

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ PDO_SQLITE:
331331
- MBString:
332332
. Added mb_trim, mb_ltrim and mb_rtrim functions.
333333
RFC: https://wiki.php.net/rfc/mb_trim
334+
. Added mb_ucfirst and mb_lcfirst functions.
335+
RFC: https://wiki.php.net/rfc/mb_ucfirst
334336

335337
- Opcache:
336338
. If JIT is enabled, PHP will now exit with a fatal error on startup in case

0 commit comments

Comments
 (0)