]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 26 Aug 2018 11:23:06 +0000 (13:23 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 26 Aug 2018 11:23:51 +0000 (13:23 +0200)
* PHP-7.2:
  Fix #68180: iconv_mime_decode can return extra characters in a header

1  2 
NEWS
ext/iconv/iconv.c

diff --cc NEWS
index c73d79e5b96aa82531bbc96682e735ee33724d88,81fe98aaee79ccf93b6e212ac49f307f98570f5b..72e9b0bbd6408b9e16bbf4119a1f80543077d983
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,22 -1,23 +1,24 @@@
  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)
  
 -- Bz2:
 -  . Fixed arginfo for bzcompress. (Tyson Andre)
 -
 -- 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 
+     header). (cmb)
    . Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
      (cmb)
    . Fixed bug #60494 (iconv_mime_decode does ignore special characters). (cmb)
Simple merge