From: foobar Date: Fri, 23 Dec 2005 18:00:03 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.1.2RC2~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc6d0f3264c9e617b3db58528a73fbf91d95235f;p=php BFN --- diff --git a/NEWS b/NEWS index cbd8d3f73f..79bc6239b4 100644 --- a/NEWS +++ b/NEWS @@ -4,8 +4,10 @@ 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) +- Fixed bug #28899 (mb_substr() and substr() work differently when + "mbstring.func_overload" is enabled). (Rui) +- Fixed bug #29955 (mb_strtoupper() / lower() broken with Turkish encoding). + (Rui) 22 Dec 2005, PHP 5.1.2RC1 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia)