summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c96a562102..379336c4c3 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,12 @@ PHP NEWS
. Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
(Laruence)
+- PDO_pgsql:
+ . 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)
+
- phpdbg:
. Added XML protocol (-x command line flag). (Bob)
. Added hard interruptions (twice SIGINT). (Bob)