From: Gustavo Lopes Date: Fri, 18 Jan 2013 11:12:08 +0000 (+0100) Subject: NEWS for bug #64011. See 77ee200 X-Git-Tag: php-5.5.0alpha4~5^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b69fd9c9b8052b1ae2442f03b09be615146fc6c5;p=php NEWS for bug #64011. See 77ee200 --- diff --git a/NEWS b/NEWS index a10ef4e4ce..81e01cc094 100644 --- 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).