summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2014-10-09 08:24:30 +0800
committerTjerk Meesters <datibbaw@php.net>2014-10-09 08:24:30 +0800
commitcac55bad1a75fbce281a49b8b8ada01e128324e9 (patch)
treecf2dcf9ac1f628ce87c606e9c1665a5192b9fe6b
parentf92c9b3cedc6aa653419dae9cb1ff9d575d3bf5a (diff)
downloadphp-git-cac55bad1a75fbce281a49b8b8ada01e128324e9.tar.gz
Updated NEWS for #68129
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0418d85511..bfbbf9150a 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
copy-on-write). (Nikita)
. Fixed bug #51800 (proc_open on Windows hangs forever). (Anatol)
. 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)
- FPM:
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable