summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-07-08 10:07:18 +0200
committerAnatol Belski <ab@php.net>2014-07-08 10:07:18 +0200
commit857cd18cf4c7c7fc8301a313c62b183227a8be13 (patch)
treeaa5e09f15342d40f2e3db74ab007ce56ef970b2b
parent51f79846bf5b8829a7fd70b03c278bdd88e5fbce (diff)
downloadphp-git-857cd18cf4c7c7fc8301a313c62b183227a8be13.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).