]> granicus.if.org Git - php/commitdiff
Trivial grammer fix
authorMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 7 Jan 2003 01:46:38 +0000 (01:46 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Tue, 7 Jan 2003 01:46:38 +0000 (01:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 84980c736fd550dbf148bc52082e39ca0734aa3a..e57870c2f3aa9195892d7803cf101964025f74ff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,8 @@ PHP 4                                                                      NEWS
   and should not be cached). (Ilia)
 - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
 - Made uniqid() parameters to be optional and allow any prefix length. (Marcus)
-- Made array_search() to accept objects as a needle under ZendEngine2.
-  (Moriyoshi)
+- Improved array_search() so that it can accept objects as a needle under
+  ZendEngine2. (Moriyoshi)
 - Added new range() functionality (Ilia)
   . Support for float modifier.
   . Detection of numeric values inside strings passed as high & low.