summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-01-07 01:46:38 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-01-07 01:46:38 +0000
commitb7740a0351d781924da0015346bdd5227bb946a9 (patch)
tree094a59add5db98c53831e6d743e401278c8ee676 /NEWS
parenteed5a6bed04d12a2d2ac0bfac446a62acbcce695 (diff)
downloadphp-git-b7740a0351d781924da0015346bdd5227bb946a9.tar.gz
Trivial grammer fix
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 84980c736f..e57870c2f3 100644
--- 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.