From: Stanislav Malyshev Date: Thu, 21 Aug 2008 18:11:49 +0000 (+0000) Subject: report merged fix X-Git-Tag: php-5.2.7RC1~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55612e2b062bfae4251dc4f37348624459e1b2ac;p=php report merged fix --- diff --git a/NEWS b/NEWS index d32ca75b32..0916f62001 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,7 @@ PHP NEWS (Jani) - Fixed bug #43993 (mb_substr_count() behaves differently to substr_count() with overlapping needles). (Moriyoshi) +- Fixed bug #43941 (json_encode silently cuts non-UTF8 strings). (Stas) - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines). (Nuno) - Fixed bug #42604 ("make test" fails with --with-config-file-scan-dir=path).