]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorDmitry Stogov <dmitry@zend.com>
Fri, 14 Sep 2018 07:32:31 +0000 (10:32 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 14 Sep 2018 07:32:31 +0000 (10:32 +0300)
* PHP-7.2:
  Fixed bug #76800 (foreach inconsistent if array modified during loop)

1  2 
NEWS
Zend/zend_hash.c

diff --cc NEWS
index c99e0fd17a4cd7195513a9815be13f630a0deb47,952182f2cf4747188b7c941caf1bc7c2ce127fbc..2110d48f92f1de8ffd98f27b1c41b91beb201a95
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,24 -1,11 +1,26 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2018, PHP 7.2.11
 -
 +?? ??? ????, PHP 7.3.0RC2
  - Core:
 +  . Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
 +    (Dmitry)
+   . Fixed bug #76800 (foreach inconsistent if array modified during loop).
+     (Dmitry)
  
 +13 Sep 2018, PHP 7.3.0RC1
 +
 +- Core:
 +  . Fixed bug #76825 (Undefined symbols ___cpuid_count). (Laruence)
 +  . Fixed bug #76820 (Z_COPYABLE invalid definition). (mvdwerve, cmb)
 +  . Fixed bug #76510 (file_exists() stopped working for phar://). (cmb)
 +
 +- intl:
 +  . Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8()
 +    function). (Anatol)
 +
 +- MBString:
 +  . Updated to Oniguruma 6.9.0. (cmb)
 +
  - Opcache:
    . Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
      (Anatol)
Simple merge