We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861209f commit 555eb20Copy full SHA for 555eb20
NEWS
@@ -45,6 +45,7 @@ Intl:
45
46
MBString:
47
. Added mb_trim, mb_ltrim and mb_rtrim. (Yuya Hamada)
48
+ . Added mb_ucfirst and mb_lcfirst. (Yuya Hamada)
49
50
Opcache:
51
. Added large shared segments support for FreeBSD. (David Carlier)
UPGRADING
@@ -331,6 +331,8 @@ PDO_SQLITE:
331
- MBString:
332
. Added mb_trim, mb_ltrim and mb_rtrim functions.
333
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
336
337
- Opcache:
338
. If JIT is enabled, PHP will now exit with a fatal error on startup in case
0 commit comments