From: Tjerk Meesters Date: Sat, 12 Jul 2014 03:09:35 +0000 (+0800) Subject: Updated NEWS for 34407 X-Git-Tag: php-5.5.16RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=377750cd8f9618498d05c0ac7a79b05a5c6794d4;p=php Updated NEWS for 34407 --- diff --git a/NEWS b/NEWS index bd76438534..7ab2d29493 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,7 @@ PHP NEWS . 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) + . Implemented FR #34407 (ucwords and Title Case). (Tjerk) - CLI server: . Implemented FR #67429 (CLI server is missing some new HTTP response codes).