From 3968ffe7b36728abbfb1e72ba04a749c2a10c59e Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 13 Jun 2017 12:20:42 +0800 Subject: [PATCH] Forgotten NEWs update --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 2cb059a5f1f..a315d0369e0 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2017 PHP 7.0.21 - Core: + . Fixed bug #74738 (Multiple [PATH=] and [HOST=] sections not properly + parsed). (Manuel Mausz) . Fixed bug #74658 (Undefined constants in array properties result in broken properties). (Laruence) . Fixed misparsing of abstract unix domain socket names. (Sara)