Commit 72e3d8598de for php.net

commit 72e3d8598de189085178108ca1a5e7e7d186a2bd
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Wed May 6 13:19:57 2026 +0200

    Fix mbstring test with oniguruma deprecation

diff --git a/Zend/tests/GHSA-wm6j-2649-pv75.phpt b/Zend/tests/GHSA-wm6j-2649-pv75.phpt
index 7257af27cb8..c1035938bd7 100644
--- a/Zend/tests/GHSA-wm6j-2649-pv75.phpt
+++ b/Zend/tests/GHSA-wm6j-2649-pv75.phpt
@@ -15,6 +15,8 @@
 mb_ereg_search_init('x');
 ?>
 --EXPECTF--
+Deprecated: Function mb_regex_encoding() is deprecated since 8.6, because the underlying library is no longer maintained in %s on line %d
+
 Fatal error: Uncaught ValueError: mb_regex_encoding(): Argument #1 ($encoding) must be a valid encoding, "iso-8859-11" given in %s:%d
 Stack trace:
 #0 %s(%d): mb_regex_encoding('iso-8859-11')