File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -154,6 +154,11 @@ PHP 8.6 UPGRADE NOTES
1541544. 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========================================
1581635. Changed Functions
159164========================================
You can’t perform that action at this time.
0 commit comments