]> granicus.if.org Git - php/commitdiff
add html* utf fix
authorStanislav Malyshev <stas@php.net>
Wed, 3 Oct 2007 05:03:12 +0000 (05:03 +0000)
committerStanislav Malyshev <stas@php.net>
Wed, 3 Oct 2007 05:03:12 +0000 (05:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 9a6ea7fe2ff348ec5cc16419695f14faea32b3b2..95405001797062027faf1f2f43a3c10a6edafc83 100644 (file)
--- 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)