summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2014-11-12 16:54:03 +0100
committerMatteo Beccati <mbeccati@php.net>2014-11-12 16:54:17 +0100
commit86127a077fb95b9f776ff8f59754fa69f7c91b13 (patch)
treebcf5cdff7ab51affd2f6ac64579137982046b9b7
parent00e763f4990165088ace819f935c40166bfd095e (diff)
parentfaaea4f304cd6693e5f76c5a5d64d46e24326806 (diff)
downloadphp-git-86127a077fb95b9f776ff8f59754fa69f7c91b13.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed NEWS
-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)