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

1  2 
NEWS
ext/spl/spl_dllist.c

diff --cc NEWS
index a2ac46ce8ac863ec8cd5872e76e55c05f19c9ad6,acc2648b382410b2099a7993ed6b08ae30fd450c..50ca8ada9e1a5249bd3028c37a7b739a50ee4324
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,14 -1,12 +1,18 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2017 PHP 7.0.25
 +?? ??? ????, PHP 7.1.11
 +
 +- MySQLi:
 +  . Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)
 +
 +- PDO_mysql:
 +  . Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol)
  
 -28 Sep 2017 PHP 7.0.24
+ - SPL:
+   . Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags).
+     (J. Jeising, cmb)
 +28 Sep 2017, PHP 7.1.10
  
  - Core:
    . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
Simple merge