]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.1' into PHP-7.2
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 20 Sep 2017 13:48:24 +0000 (15:48 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 20 Sep 2017 13:54:07 +0000 (15:54 +0200)
* PHP-7.1:
  Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)

1  2 
NEWS

diff --cc NEWS
index cb68b6da8fc6a0fd02a0a88c44939f97c1e8f77a,50ca8ada9e1a5249bd3028c37a7b739a50ee4324..996db875c43166bceaf009eb7ad049e4ba2526f5
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -17,11 -8,14 +17,15 @@@ PH
  - PDO_mysql:
    . Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol)
  
 -28 Sep 2017, PHP 7.1.10
+ - SPL:
+   . Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
+     (J. Jeising, cmb)
 +14 Sep 2017, PHP 7.2.0RC2
  
  - Core:
 -  . Fixed bug #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)