diff options
author | Stanislav Malyshev <stas@php.net> | 2008-08-13 01:00:11 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2008-08-13 01:00:11 +0000 |
commit | 6a5e8b389d5f1f96d8aca64d7b7f998d876a9a3a (patch) | |
tree | 68a936b9e4d0d281fea0077eab926e227be2d226 | |
parent | e5e6f553a25f972500b792170e03b5903ee924dd (diff) | |
download | php-git-6a5e8b389d5f1f96d8aca64d7b7f998d876a9a3a.tar.gz |
report old bugfix
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |