From: Anatol Belski Date: Tue, 8 Jul 2014 08:07:18 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-5.5.15RC1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=857cd18cf4c7c7fc8301a313c62b183227a8be13;p=php updated NEWS --- diff --git a/NEWS b/NEWS index cf9356c3de..cfdd26cc59 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ PHP NEWS . Fixed bug #67497 (eval with parse error causes segmentation fault in generator). (Nikita) . Fixed bug #67151 (strtr with empty array crashes). (Nikita) + . Fixed bug #67407 (Windows 8.1/Server 2012 R2 reported as Windows 8/Server + 2012). (Christian Wenz) - CLI server: . Implemented FR #67429 (CLI server is missing some new HTTP response codes).