]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.6' into PHP-7.0
authorMatteo Beccati <mbeccati@php.net>
Sun, 10 Jul 2016 12:34:59 +0000 (14:34 +0200)
committerMatteo Beccati <mbeccati@php.net>
Sun, 10 Jul 2016 12:34:59 +0000 (14:34 +0200)
* PHP-5.6:
  Fixed bug #70313 PDO statement fails to throw exception

1  2 
NEWS
ext/pdo_pgsql/pgsql_statement.c

diff --cc NEWS
index 7282b8eef4ddc9380ea103d665f288b958ffb4eb,282f20d725a1295584ce92ac0719c9616c923c53..91b1b6469601546540433410f5534207ee989724
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,42 -1,37 +1,45 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2016, PHP 5.6.25
 +?? ??? 2016 PHP 7.0.10
  
  - Core:
 +  . Fixed bug #72496 (Cannot declare public method with signature incompatible
 +    with parent private method). (Pedro Magalhães)
    . Fixed bug #72024 (microtime() leaks memory). (maroszek at gmx dot net)
  
- - Filter
 -- Curl:
 -  . Fixed bug #71144 (Segmentation fault when using cURL with ZTS).
 -    (maroszek at gmx dot net)
 -
+ - Filter:
    . Fixed bug #71745 (FILTER_FLAG_NO_RES_RANGE does not cover whole 127.0.0.0/8
      range). (bugs dot php dot net at majkl578 dot cz)
  
 -21 Jul 2016, PHP 5.6.24
+ - PDO_pgsql:
+   . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo)
 +- SPL:
 +  . Fixed bug #55701 (GlobIterator throws LogicException). (Valentin VĂLCIU)
 +
 +- Standard:
 +  . Fixed bug #72152 (base64_decode $strict fails to detect null byte).
 +    (Lauri Kenttä)
 +  . Fixed bug #72263 (base64_decode skips a character after padding in strict
 +    mode). (Lauri Kenttä)
 +  . Fixed bug #72264 (base64_decode $strict fails with whitespace between
 +    padding). (Lauri Kenttä)
 +
 +- Wddx:
 +  . Fixed bug #72564 (boolean always deserialized as "true") (Remi)
 +
 +21 Jul 2016 PHP 7.0.9
  
  - Core:
 -  . Fixed bug #71936 (Segmentation fault destroying HTTP_RAW_POST_DATA).
 -    (mike dot laspina at gmail dot com, Remi)
 -  . Fixed bug #72496 (Cannot declare public method with signature incompatible
 -    with parent private method). (Pedro Magalhães)
 -  . Fixed bug #72138 (Integer Overflow in Length of String-typed ZVAL). (Stas)
 +  . Fixed bug #72508 (strange references after recursive function call and
 +    "switch" statement). (Laruence)
  
 -- bz2:
 -  . Fixed bug #72447 (Type Confusion in php_bz2_filter_create()). (gogil at 
 -    stealien dot com).
 +- CLI:
 +  . Fixed bug #72484 (SCRIPT_FILENAME shows wrong path if the user specify
 +    router.php). (Laruence)
  
 -- EXIF:
 -  . Fixed bug #50845 (exif_read_data() returns corrupted exif headers).
 -    (Bartosz Dziewoński)
 +- COM:
 +  . Fixed bug #72498 (variant_date_from_timestamp null dereference). (Anatol)
  
  - GD:
    . Fixed bug #43475 (Thick styled lines have scrambled patterns). (cmb)
Simple merge