]> granicus.if.org Git - php/commitdiff
NEWS for bug #64011. See 77ee200
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Fri, 18 Jan 2013 11:12:08 +0000 (12:12 +0100)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Fri, 18 Jan 2013 11:12:08 +0000 (12:12 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a10ef4e4ce69c1fdfa3e94d3688988489751d37c..81e01cc09415ef8f1978cbf754144bc6caa801b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 2012, PHP 5.4.12
 
 - Core:
+  . Fixed bug #64011 (get_html_translation_table() output incomplete with
+    HTML_ENTITIES and ISO-8859-1). (Gustavo)
   . Fixed bug #63982 (isset() inconsistently produces a fatal error on
     protected property). (Stas)
   . Fixed bug #63943 (Bad warning text from strpos() on empty needle).