From 38c060852ed4f594db999e45719bde8e023b307d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 3 Oct 2018 18:54:08 +0200 Subject: [PATCH] Update NEWS [ci skip] --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index a6c73b23ea2..89aade14a6c 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ PHP NEWS . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita) . Fixed bug #72635 (Undefined class used by class constant in constexpr generates fatal error). (Nikita) + . Fixed bug #76947 (file_put_contents() blocks the directory of the file + (__DIR__)). (Anatol) - FCGI: . Fixed #76948 (Failed shutdown/reboot or end session in Windows). (Anatol)