]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 18 Aug 2018 12:38:44 +0000 (14:38 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 18 Aug 2018 12:39:15 +0000 (14:39 +0200)
* PHP-7.2:
  Add regression test for bug #68175
  Fix #68175: RegexIterator pregFlags are NULL instead of 0

1  2 
NEWS
ext/spl/spl_iterators.c

diff --cc NEWS
index 971a92fb73597d4b26b62f5000cdc5a4c393884a,0e9743f25d6a6dd7cdfb5e17185b0f532e0bb91e..f6a888fbad348101dbbe3fa226de512e68a423bd
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -5,26 -5,7 +5,30 @@@ PH
  - Core:
    . Fixed bug #76754 (parent private constant in extends class memory leak).
      (Laruence)
 -  . Fixed bug #72443 (Generate enabled extension). (petk)
 +  . Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in
 +    _get_zval_ptr_tmp failed). (Laruence)
 +
 +- DOM:
 +  . Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored).
 +    (Andrew Nester, Laruence, Anatol)
 +
 +- Opcache:
 +  . Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar
 +    file). (Laruence)
 +
++- SPL:
++  . Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0). (Tim
++    Siebels)
++
 +- Standard:
 +  . Fixed bug #76755 (setcookie does not accept "double" type for expire time).
 +    (Laruence)
 +
 +16 Aug 2018, PHP 7.3.0beta2
 +
 +- Core:
 +  . Fixed bug #76030 (RE2C_FLAGS rarely honoured) (Cristian Rodríguez)
 +  . Fixed broken zend_read_static_property (Laruence)
  
  - Bz2:
    . Fixed arginfo for bzcompress. (Tyson Andre)
Simple merge