]> granicus.if.org Git - php/commitdiff
Update NEWS for bug fix #62479
authorWill Fitch <willfitch@php.net>
Sun, 19 Jan 2014 18:12:06 +0000 (13:12 -0500)
committerWill Fitch <willfitch@php.net>
Sun, 19 Jan 2014 18:12:06 +0000 (13:12 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 00a0a940adf851d207b09eaba23635c29324cdb4..f542bcfd492e5231d2b9a83ada152966068f0c08 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP                                                                        NEWS
   . Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)
   . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch)
 
+- PDO_pgsql:
+  . Fixed bug #62479 (PDO-psql cannot connect if password contains spaces) (willfitch, iliaa)
+
 - Session:
   . Fixed bug #66481 (Calls to session_name() segfault when session.name is
     null). (Laruence)