From a1ae9d5f9ed461e30ee2e08b23ac1bf8a10ada73 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 28 Jun 2018 11:41:49 +0200 Subject: [PATCH] [ci skip] Update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 61ccbf7b14f..9f18ee0f166 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS their parent by ref). (Nikita) . Fixed bug #76439 (Changed behaviour in unclosed HereDoc). (Nikita, tpunt) +- DOM: + . Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored). + (Andrew Nester) + - FPM: . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to non-blocking). (Nikita)