From: Xinchen Hui Date: Fri, 6 Apr 2012 13:58:28 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.4.4RC1~149 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=014ed76943071d674cdc308f28b74be18e1caf0c;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 23bb36314d..7b800840a0 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ PHP NEWS . "Connection: close" instead of "Connection: closed" (Gustavo) - Core: + . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables + (without apache2)). (Laruence) . Fixed bug #61605 (header_remove() does not remove all headers). (Laruence) . Fixed bug #61374 (html_entity_decode tries to decode code points that don't exist in ISO-8859-1). (Gustavo)