From: Tjerk Meesters Date: Sat, 12 Jul 2014 03:07:06 +0000 (+0800) Subject: Updated NEWS for 34407 X-Git-Tag: php-5.4.32RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f25ff02b54ac2dc161df91569ce0a396d59e5a4d;p=php Updated NEWS for 34407 --- diff --git a/NEWS b/NEWS index 20d4f30b5f..fd58bd62a3 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,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).