summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2014-10-09 08:23:42 +0800
committerTjerk Meesters <datibbaw@php.net>2014-10-09 08:23:42 +0800
commit061cb9b8072b87188021f17c483ebf3672249d96 (patch)
treeac32b42cc6496f69ea35018cadf466a8c4876abd
parentd0e51f5ce992ab5fc90c4d962a5d4e8c24b74823 (diff)
downloadphp-git-061cb9b8072b87188021f17c483ebf3672249d96.tar.gz
Updated NEWS for #68129
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 27676dc8aa..d3c57b86c1 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ PHP NEWS
- Core:
. 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)
- Mysqli:
. Fixed bug #68114 (linker error on some OS X machines with fixed width
decimal support) (Keyur Govande)
@@ -11,7 +13,6 @@ PHP NEWS
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
a VARCHAR column) (Keyur Govande)
-
?? ??? 2014, PHP 5.5.18
- Core: