1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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.
This commit is contained in:
Alex Dowad
2024-01-28 20:39:17 +02:00
parent b76ef301a0
commit d978ade0a9

5
NEWS
View File

@@ -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)