From: Ilia Alshanetsky Date: Fri, 23 Dec 2005 14:43:57 +0000 (+0000) Subject: Bug fixing news X-Git-Tag: php-5.1.2RC2~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=983263ce5d8109cd17bfedf892d776f4298648a7;p=php Bug fixing news --- diff --git a/NEWS b/NEWS index 9014340677..cbd8d3f73f 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ PHP NEWS - Fixed bug #35781 (stream_filter_append() can cause segfault). (Tony) - Fixed bug #35759 (mysqli_stmt_bind_result() makes huge allocation when column empty). (Andrey) +- Fixed #28899 (mb_substr() and substr() work differently when + mbstring.func_overload is enabled). (Rui) 22 Dec 2005, PHP 5.1.2RC1 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)