From d978ade0a975fa7d801151f5a8444e9f95538efa Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Sun, 28 Jan 2024 20:39:17 +0200 Subject: [PATCH] Retroactively add NEWS entry for ec348a12 Thanks to Kalle Sommer Nielsen for suggesting that the change in ec348a12 should have been called out in NEWS. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 9738d0ace16..a03d4e86ae9 100644 --- a/NEWS +++ b/NEWS @@ -105,6 +105,11 @@ PHP NEWS . Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on strings >= 4GiB). (nielsdos) +- MBString: + . When operating on a string with invalid encoding, mb_substr (as well + as mb_strstr and its variants) defines character indices in the same + way as other mbstring functions such as mb_strpos. (Alex Dowad) + - ODBC: . Fix crash on Apache shutdown with persistent connections. (nielsdos)