[ci skip] NEWS and UPGRADING for mb_*trim

This commit is contained in:
Niels Dossche 2023-11-24 11:47:32 +01:00
parent a80b6d7b99
commit d3c2673754
2 changed files with 7 additions and 0 deletions

3
NEWS
View File

@ -21,6 +21,9 @@ FTP:
Intl:
. Added IntlDateFormatter::PATTERN constant. (David Carlier)
MBString:
. Added mb_trim, mb_ltrim and mb_rtrim. (Yuya Hamada)
Opcache:
. Added large shared segments support for FreeBSD. (David Carlier)

View File

@ -161,6 +161,10 @@ PHP 8.4 UPGRADE NOTES
- DOM:
. Added DOMNode::compareDocumentPosition().
- MBString:
. Added mb_trim, mb_ltrim and mb_rtrim functions.
RFC: https://wiki.php.net/rfc/mb_trim
========================================
7. New Classes and Interfaces
========================================