]> granicus.if.org Git - php/commitdiff
Fixed NEWS
authorMatteo Beccati <mbeccati@php.net>
Wed, 12 Nov 2014 15:45:36 +0000 (16:45 +0100)
committerMatteo Beccati <mbeccati@php.net>
Wed, 12 Nov 2014 15:51:26 +0000 (16:51 +0100)
Some entries had been mistakenly removed in ad468d20b130c720020139b8d5f6601f6f3033ab

NEWS

diff --git a/NEWS b/NEWS
index fa1ec8a3abde08c291e63a4523d46af7eb867517..83448f76cae9a7812d0f9253fe458c590a7d3e32 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,13 @@ PHP                                                                        NEWS
 - Core:
   . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
 
+- PDO_pgsql:
+  . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
+  . Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception
+  when not in transaction) (Matteo)
+  . Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
+  (Matteo)
+
 - zlib:
   . Fixed bug #53829 (Compiling PHP with large file support will replace
     function gzopen by gzopen64) (Sascha Kettler, Matteo)