From abfda3de996dc2cf396f65ff6c98a1ec798316f5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 3 Oct 2018 18:48:40 +0200 Subject: [PATCH 1/2] Update NEWS [ci skip] --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5b5cfb64b2a..5d9da2b8bf9 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ PHP NEWS - Core: . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita) +- FCGI: + . Fixed #76948 (Failed shutdown/reboot or end session in Windows). (Anatol) + 11 Oct 2018, PHP 7.1.23 - Core: From 42b769b9e237f7d24bc0ba4a953846ea6556932f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 3 Oct 2018 18:49:52 +0200 Subject: [PATCH 2/2] Update NEWS [ci skip] --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c6e43e94b95..60160d6a9f6 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ PHP NEWS (Nikita) . Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita) +- FCGI: + . Fixed #76948 (Failed shutdown/reboot or end session in Windows). (Anatol) + - Reflection: . Fixed bug #76936 (Objects cannot access their private attributes while handling reflection errors). (Nikita)