Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ PHP NEWS
recursive array references). (alexandre-daubois)
. Fixed bug GH-21223; mb_guess_encoding no longer crashes when passed huge
list of candidate encodings (with 200,000+ entries). (Jordi Kroon)
. mbregex has been deprecated. (youkidearitai)

- Mysqli:
. Added mysqli_quote_string() and mysqli::quote_string(). (Kamil Tekiela)
Expand Down
5 changes: 5 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ PHP 8.6 UPGRADE NOTES
4. Deprecated Functionality
========================================

- Mbstring:
. Mbregex has been deprecated, because the underlying Oniguruma library
is no longer maintained.
RFC: https://wiki.php.net/rfc/eol-oniguruma

========================================
5. Changed Functions
========================================
Expand Down