]> granicus.if.org Git - php/commitdiff
Use the correct tense for the NEWS entries
authorScott MacVicar <scottmac@php.net>
Wed, 12 Aug 2009 08:40:05 +0000 (08:40 +0000)
committerScott MacVicar <scottmac@php.net>
Wed, 12 Aug 2009 08:40:05 +0000 (08:40 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 11533b7df54efee74c84b4e5af2a364e8238378e..402787bb58f35116223d733355df7a251150d17b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,11 @@ PHP                                                                        NEWS
 ?? ??? 2009, PHP 5.3.1
 - Upgraded bundled sqlite to version 3.6.17. (Scott)
 
-- Improve dns_get_record AAAA support on windows. Always available when IPv6 is
+- Improved dns_get_record AAAA support on windows. Always available when IPv6 is
   support is installed, format is now the same than on unix. (Pierre)
-- Improve the DNS functions on OSX to use newer APIs, also use Bind 9 API
+- Improved the DNS functions on OSX to use newer APIs, also use Bind 9 API
   where available on other platforms. (Scott)
-- Improve shared extension loading on OSX to use the standard Unix dlopen() API.
+- Improved shared extension loading on OSX to use the standard Unix dlopen() API.
   (Scott)
 
 - Added error constant when json_encode() detects an invalid UTF-8 sequence.