diff options
author | Tjerk Meesters <datibbaw@php.net> | 2014-10-09 08:24:30 +0800 |
---|---|---|
committer | Tjerk Meesters <datibbaw@php.net> | 2014-10-09 08:24:30 +0800 |
commit | cac55bad1a75fbce281a49b8b8ada01e128324e9 (patch) | |
tree | cf2dcf9ac1f628ce87c606e9c1665a5192b9fe6b | |
parent | f92c9b3cedc6aa653419dae9cb1ff9d575d3bf5a (diff) | |
download | php-git-cac55bad1a75fbce281a49b8b8ada01e128324e9.tar.gz |
Updated NEWS for #68129
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |