We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76ef30 commit d978adeCopy full SHA for d978ade
NEWS
@@ -105,6 +105,11 @@ PHP NEWS
105
. Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on
106
strings >= 4GiB). (nielsdos)
107
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
+
113
- ODBC:
114
. Fix crash on Apache shutdown with persistent connections. (nielsdos)
115
0 commit comments