summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2014-10-09 16:18:14 +0800
committerTjerk Meesters <datibbaw@php.net>2014-10-09 16:18:14 +0800
commit72bd28a5da7bd6e9accfc6442a970a3064b8f76d (patch)
treed3b941cee0fa1dddefe0b6221cf98b30490b68ff /NEWS
parent8a3b41cd3972eb984d335d5939cdfd15693d8f1d (diff)
downloadphp-git-72bd28a5da7bd6e9accfc6442a970a3064b8f76d.tar.gz
Updated NEWS for #67949
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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