summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2008-08-13 01:00:11 +0000
committerStanislav Malyshev <stas@php.net>2008-08-13 01:00:11 +0000
commit6a5e8b389d5f1f96d8aca64d7b7f998d876a9a3a (patch)
tree68a936b9e4d0d281fea0077eab926e227be2d226
parente5e6f553a25f972500b792170e03b5903ee924dd (diff)
downloadphp-git-6a5e8b389d5f1f96d8aca64d7b7f998d876a9a3a.tar.gz
report old bugfix
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 34a308bfd6..9ff9f1e037 100644
--- a/NEWS
+++ b/NEWS
@@ -350,6 +350,7 @@ PHP NEWS
when lines end in \r\n). (Ilia)
- Fixed bug #43960 (strtotime() returns timestamp in the future when given a
bogus string). (Derick)
+- Fixed bug #43941 (json_encode silently cuts non-UTF8 strings). (Stas)
- Fixed bug #43832 (mysqli_get_charset() doesn't expose charset comment).
(Andrey)
- Fixed bug #43808 (date_create never fails (even when it should)). (Derick)