From: Matteo Beccati Date: Sun, 10 Jul 2016 12:38:17 +0000 (+0200) Subject: Merge branch 'PHP-7.0' X-Git-Tag: php-7.1.0beta1~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=445cb529b2cae65cbe00c4d49ee5c78e017e1b15;p=php Merge branch 'PHP-7.0' * PHP-7.0: Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders Fixed bug #70313 PDO statement fails to throw exception --- 445cb529b2cae65cbe00c4d49ee5c78e017e1b15 diff --cc NEWS index 2dba37f1ce,9af6d5a1b7..a3cc2b7ec1 --- a/NEWS +++ b/NEWS @@@ -1,23 -1,31 +1,28 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2016 PHP 7.0.10 +?? ??? 2016, PHP 7.1.0beta1 - 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) + . Fixed bug #72543 (Different references behavior comparing to PHP 5) + (Laruence, Dmitry, Nikita) + . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes) + (Dmitry, Nikita) + . Added new constant PHP_FD_SETSIZE. (cmb) + . Added optind parameter to getopt(). (as) - - Filter + - 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) + . Fixed bug #72570 (Segmentation fault when binding parameters on a query + without placeholders). (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ä) +- pcntl + . Implemented asynchronous signal handling without TICKS. (Dmitry) + . Added pcntl_signal_get_handler() that returns the current signal handler + for a particular signal. Addresses FR #72409. (David Walker) - Wddx: . Fixed bug #72564 (boolean always deserialized as "true") (Remi)