From: Anatol Belski Date: Wed, 3 Oct 2018 16:54:08 +0000 (+0200) Subject: Update NEWS [ci skip] X-Git-Tag: php-7.3.0RC3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38c060852ed4f594db999e45719bde8e023b307d;p=php Update NEWS [ci skip] --- diff --git a/NEWS b/NEWS index a6c73b23ea..89aade14a6 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)