]> granicus.if.org Git - php/commitdiff
[ci skip] Update NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 17 Aug 2018 11:06:27 +0000 (13:06 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 17 Aug 2018 11:06:27 +0000 (13:06 +0200)
Bug #76285 was supposed to have been fixed for 7.3.0alpha3, but that
has been reverted for 7.3.0beta2 due to bug #76738.  Now that we have a
working fix in master, we backport the respective commits.

NEWS

diff --git a/NEWS b/NEWS
index 66a302e516e44d8dae778969dfa3dbbb13ce65bd..971a92fb73597d4b26b62f5000cdc5a4c393884a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP                                                                        NEWS
   . 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)