1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 22:52:40 +02:00

Updated NEWS for #67949

This commit is contained in:
Tjerk Meesters
2014-10-09 16:18:14 +08:00
parent 8a3b41cd39
commit 72bd28a5da

2
NEWS
View File

@@ -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