]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorMatteo Beccati <mbeccati@php.net>
Wed, 12 Nov 2014 15:54:03 +0000 (16:54 +0100)
committerMatteo Beccati <mbeccati@php.net>
Wed, 12 Nov 2014 15:54:17 +0000 (16:54 +0100)
* PHP-5.5:
  Fixed NEWS

1  2 
NEWS

diff --cc NEWS
index c96a562102a9224aeb0d63dd09fe5f5ab3af718d,83448f76cae9a7812d0f9253fe458c590a7d3e32..379336c4c3df78dab88e6e46868890409e8b07ea
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -4,21 -4,14 +4,27 @@@ PH
  
  - Core:
    . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
 +  . Fixed bug #68104 (Segfault while pre-evaluating a disabled function).
 +    (Laruence)
  
 -  . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
+ - 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)
 +
 +- Session:
 +  . Fixed bug #68331 (Session custom storage callable functions not being called) 
 +    (Yasuo Ohgaki)
 +
 +- SOAP:
 +  . Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes).
 +    (Laruence)
 +
  - zlib:
    . Fixed bug #53829 (Compiling PHP with large file support will replace
      function gzopen by gzopen64) (Sascha Kettler, Matteo)