]> granicus.if.org Git - php/commitdiff
Updating NEWS with PDO change
authorWill Fitch <willf@aweber.com>
Mon, 20 Jan 2014 17:19:42 +0000 (12:19 -0500)
committerWill Fitch <willf@aweber.com>
Mon, 20 Jan 2014 17:19:42 +0000 (12:19 -0500)
NEWS

diff --git a/NEWS b/NEWS
index f03180d859341fcfbeb181b98c99c585e1003144..e3430217a6f79821350772506c62695044463cdf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ PHP                                                                        NEWS
   . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style 
     ^M as lineend). (Laruence)
 
+- PDO_pgsql:
+  . Fixed bug #62479 (PDO-psql cannot connect if password contains
+spaces) (willfitch, iliaa)
+
 - Readline
   . Fixed Bug #66412 (readline_clear_history() with libedit causes segfault after
     #65714). (Remi)