From: Stanislav Malyshev Date: Wed, 3 Oct 2007 05:03:12 +0000 (+0000) Subject: add html* utf fix X-Git-Tag: php-5.2.5RC1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f422acca269e1ee5a8cb0048f39862bc6ac50948;p=php add html* utf fix --- diff --git a/NEWS b/NEWS index 9a6ea7fe2f..9540500179 100644 --- a/NEWS +++ b/NEWS @@ -29,6 +29,8 @@ PHP NEWS implementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent gaffie. (Ilia) - Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre) +- Fixed htmlentities/htmlspecialchars not to accept partial multibyte + sequences. (Stas) - Fixed bug #42785 (json_encode() formats doubles according to locale rather then following standard syntax). (Ilia)