Skip to content

Commit dcf6533

Browse files
committed
NEWS/UPGRADING for php#21490
1 parent a2bb92d commit dcf6533

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ PHP NEWS
8383
recursive array references). (alexandre-daubois)
8484
. Fixed bug GH-21223; mb_guess_encoding no longer crashes when passed huge
8585
list of candidate encodings (with 200,000+ entries). (Jordi Kroon)
86+
. mbregex has been deprecated. (youkidearitai)
8687

8788
- Mysqli:
8889
. Added mysqli_quote_string() and mysqli::quote_string(). (Kamil Tekiela)

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ PHP 8.6 UPGRADE NOTES
154154
4. Deprecated Functionality
155155
========================================
156156

157+
- Mbstring:
158+
. Mbregex has been deprecated, because the underlying Oniguruma library
159+
is no longer maintained.
160+
RFC: https://wiki.php.net/rfc/eol-oniguruma
161+
157162
========================================
158163
5. Changed Functions
159164
========================================

0 commit comments

Comments
 (0)