1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed NEWS
This commit is contained in:
Matteo Beccati
2014-11-12 16:54:03 +01:00
+6
View File
@@ -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)