From dcf653339c245e25ea319248d0fc071a9405d688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 28 Apr 2026 09:26:25 +0200 Subject: [PATCH] NEWS/UPGRADING for #21490 --- NEWS | 1 + UPGRADING | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 5be5ffd18ac4..45f40a076078 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/UPGRADING b/UPGRADING index 6c6115ebcc84..df81eb889699 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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 ========================================