]> granicus.if.org Git - php/commit
- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
authorMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 23 Sep 2009 15:22:47 +0000 (15:22 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 23 Sep 2009 15:22:47 +0000 (15:22 +0000)
commitce3c028803aa7254be4d612703e8907c5fd95f4f
tree98efa4b86dc02a6107a7c46e6eada17524b170a1
parentf4f23add3710e1de3f51aa10c579a2014a41405d
- Fixed bug #49354 (mb_strcut() cuts wrong length when offset is within a
  multibyte character).

(This bug was introduced by the commit by r202895. Please double-check the
 specification of the function you are going to *fix*.)
ext/mbstring/mbstring.c
ext/mbstring/tests/bug49354.phpt [new file with mode: 0644]