]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 1 Sep 2018 12:29:26 +0000 (14:29 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 1 Sep 2018 12:30:08 +0000 (14:30 +0200)
* PHP-7.2:
  Fix #75696: posix_getgrnam fails to print details of group

1  2 
NEWS
ext/posix/posix.c

diff --cc NEWS
index b1fedf3a2156bfc5e23d76e8287db10c91dcae8f,55444bf60fbc9eaca443e51e004a1e7dd1a81c47..ae27343d7bdd7415dc74e75c67a2f50cd9839115
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,33 -1,24 +1,36 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2018, PHP 7.2.11
 +?? ??? ????, PHP 7.3.0RC1
 +
 +- Core:
 +  . Fixed bug #76820 (Z_COPYABLE invalid definition). (mvdwerve, cmb)
 +
 +- intl:
 +  . Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8()
 +    function). (Anatol)
  
 -13 Sep 2018, PHP 7.2.10
+ - POSIX:
+   Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
 +- Standard:
 +  . Fixed bug #76803 (ftruncate changes file pointer). (Anatol)
 +  . Fixed bug #76818 (Memory corruption and segfault). (Remi)
 +
 +30 Aug 2018, 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)
 -
 -- Bz2:
 -  . Fixed arginfo for bzcompress. (Tyson Andre)
 +  . Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in
 +    _get_zval_ptr_tmp failed). (Laruence)
  
 -- gettext:
 -  . Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)
 +- DOM:
 +  . Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored).
 +    (Andrew Nester, Laruence, Anatol)
  
  - iconv:
    . Fixed bug #68180 (iconv_mime_decode can return extra characters in a 
Simple merge