From: Tjerk Meesters Date: Thu, 9 Oct 2014 08:18:14 +0000 (+0800) Subject: Updated NEWS for #67949 X-Git-Tag: php-5.6.3RC1~59^2~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72bd28a5da7bd6e9accfc6442a970a3064b8f76d;p=php Updated NEWS for #67949 --- diff --git a/NEWS b/NEWS index bfbbf9150a..6207983a24 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita) . Fixed bug #68129 (parse_url() - incomplete support for empty usernames and passwords) (Tjerk) + . Fixed bug #67949 (DOMNodeList elements should be accessible through + array notation) (Florian) - FPM: . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable