summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Fitch <willf@aweber.com>2014-01-20 12:19:42 -0500
committerWill Fitch <willf@aweber.com>2014-01-20 12:19:42 -0500
commita3837d88aa18d8a575c47b17bde673555fd9a983 (patch)
tree8416b36938cc28a5c13092f5d9d8e6919567a70c
parenta93b87f988e0e999cad238d3da1e4a1391ea51d5 (diff)
downloadphp-git-a3837d88aa18d8a575c47b17bde673555fd9a983.tar.gz
Updating NEWS with PDO change
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f03180d859..e3430217a6 100644
--- 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)