summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-08-17 13:06:27 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-08-17 13:06:27 +0200
commita097f926c8849ca541e989cac27762c92e6797ac (patch)
tree3efcac7dd41605204161afe990f54864c152382a
parent0c2327b4723c4b05cafea16140fe2c5c3de73599 (diff)
downloadphp-git-a097f926c8849ca541e989cac27762c92e6797ac.tar.gz
[ci skip] Update NEWS
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.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 66a302e516..971a92fb73 100644
--- 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)