]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.2' into PHP-7.3
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 25 Aug 2018 12:53:56 +0000 (14:53 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 25 Aug 2018 12:54:32 +0000 (14:54 +0200)
* PHP-7.2:
  Fix #63839: iconv_mime_decode_headers function is skipping headers

1  2 
NEWS
ext/iconv/iconv.c

diff --cc NEWS
index 3b63792fad5ed1f14ff9821bceb6dd9159907201,eabade25825694e5b4bd934e91f698adac422410..b055777bb364488d9bf4759864c8e543b968e21f
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,24 -1,28 +1,26 @@@
  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 #63839 (iconv_mime_decode_headers function is skipping headers).
+     (cmb)
    . Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). (cmb)
 -
 -- intl:
 -  . Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with
 -    11+ named placeholders). (Anatol)
 +  . Fixed bug #53891 (iconv_mime_encode() fails to Q-encode UTF-8 string). (cmb)
  
  - libxml:
    . Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader
Simple merge