]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 22 Aug 2018 13:39:34 +0000 (15:39 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 22 Aug 2018 13:40:03 +0000 (15:40 +0200)
* PHP-7.2:
  Fix #68825: Exception in DirectoryIterator::getLinkTarget()

1  2 
NEWS
ext/spl/spl_directory.c

diff --cc NEWS
index bc69712105bb5588eead2afc7d7ef2c306dfd93c,298f3379ee4a016c089f1801bc33e8f7b84669be..4aa88bffd500a2c0cec0710a74ada95b60e4f675
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,46 -1,13 +1,47 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2018, PHP 7.2.10
 +?? ??? ????, PHP 7.3.0beta3
  
  - Core:
 +  . Fixed #76773 (Traits used on the parent are ignored for child classes).
 +    (daverandom)
 +  . Fixed #76767 (‘asm’ operand has impossible constraints in zend_operators.h).
 +    (ondrej)
    . Fixed bug #76754 (parent private constant in extends class memory leak).
      (Laruence)
 -  . Fixed bug #72443 (Generate enabled extension). (petk)
 -  . Fixed bug #75797 (Memory leak when using class_alias() in non-debug mode).
 -    (Massimiliano Braglia)
 +  . 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)
 +
 +- libxml:
 +  . Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader
 +    callback undefined). (Ville Hukkamäki)
 +
 +- Opcache:
 +  . Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar
 +    file). (Laruence)
 +
 +- SPL:
++  . Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()). (cmb)
 +  . Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0). (Tim
 +    Siebels)
 +
 +- Standard:
 +  . Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
 +    (cmb)
 +  . Fixed bug #76755 (setcookie does not accept "double" type for expire time).
 +    (Laruence)
 +  . Fixed bug #76674 (improve array_* failure messages exposing what was passed
 +    instead of an array). (carusogabriel)
 +
 +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