Skip to content

Commit d978ade

Browse files
committed
Retroactively add NEWS entry for ec348a1
Thanks to Kalle Sommer Nielsen for suggesting that the change in ec348a1 should have been called out in NEWS.
1 parent b76ef30 commit d978ade

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ PHP NEWS
105105
. Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on
106106
strings >= 4GiB). (nielsdos)
107107

108+
- MBString:
109+
. When operating on a string with invalid encoding, mb_substr (as well
110+
as mb_strstr and its variants) defines character indices in the same
111+
way as other mbstring functions such as mb_strpos. (Alex Dowad)
112+
108113
- ODBC:
109114
. Fix crash on Apache shutdown with persistent connections. (nielsdos)
110115

0 commit comments

Comments
 (0)