]> granicus.if.org Git - php/commitdiff
fn
authorJani Taskinen <jani@php.net>
Mon, 19 Oct 2009 12:37:17 +0000 (12:37 +0000)
committerJani Taskinen <jani@php.net>
Mon, 19 Oct 2009 12:37:17 +0000 (12:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 65d533e5ed010882c6b4199de933c1045e4cd28f..27f9e156490d5b87bc75585765d39a774dd42bd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,10 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 20??, PHP 5.3.2
 - Upgraded bundled sqlite to version 3.6.19. (Scott)
-- Changed ini file directives [PATH=](on Win32) and [HOST=](on all) to be case 
-  insensitive (Garretts)
+
+- Changed ini file directives [PATH=] (on Win32) and [HOST=] (on all OSes) to
+  be case insensitive. (Garretts)
+
 - Added ReflectionMethod::setAccessible() for invoking non-public methods
   through the Reflection API. (Sebastian)