From: Matteo Beccati Date: Sun, 10 Jul 2016 12:34:59 +0000 (+0200) Subject: Merge branch 'PHP-5.6' into PHP-7.0 X-Git-Tag: php-7.1.0beta1~137^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11d74b5b7977394f4dd02a8d6af34de10722beda;p=php Merge branch 'PHP-5.6' into PHP-7.0 * PHP-5.6: Fixed bug #70313 PDO statement fails to throw exception --- 11d74b5b7977394f4dd02a8d6af34de10722beda diff --cc NEWS index 7282b8eef4,282f20d725..91b1b64696 --- a/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) + - PDO_pgsql: + . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) + -21 Jul 2016, PHP 5.6.24 +- 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)