]> granicus.if.org Git - php/commitdiff
report merged fix
authorStanislav Malyshev <stas@php.net>
Thu, 21 Aug 2008 18:11:49 +0000 (18:11 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 21 Aug 2008 18:11:49 +0000 (18:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d32ca75b32f3ca45fdb8c8db6c99a42684ec2d69..0916f62001584ea3a1dff0d1c2677d336c3c91b2 100644 (file)
--- 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).