From: Will Fitch Date: Mon, 20 Jan 2014 17:19:42 +0000 (-0500) Subject: Updating NEWS with PDO change X-Git-Tag: php-5.6.0alpha1~1^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3837d88aa18d8a575c47b17bde673555fd9a983;p=php Updating NEWS with PDO change --- 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)