From: Christoph M. Becker Date: Wed, 6 Sep 2017 21:40:55 +0000 (+0200) Subject: Merge branch 'PHP-7.1' into PHP-7.2 X-Git-Tag: php-7.2.0RC2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ce744091c4c51fae7e46d48d146f35479094e3a;p=php Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #44995 (bcpowmod() fails if scale != 0) --- 5ce744091c4c51fae7e46d48d146f35479094e3a diff --cc NEWS index 041fffb90a,79df915b5b..bff1668936 --- a/NEWS +++ b/NEWS @@@ -1,11 -1,13 +1,14 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.1.10 +?? ??? ????, PHP 7.2.0RC2 - Core: - . Fixed #75042 run-tests.php issues with EXTENSION block). (John Boehr) + . Fixed Bug #75142 (buildcheck.sh check for autoconf version needs to be updated + for v2.64). (zizzy at zizzy dot net, Remi) + - BCMath: + . Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb) + - CLI server: . Fixed bug #70470 (Built-in server truncates headers spanning over TCP packets). (bouk)