From: Moriyoshi Koizumi Date: Tue, 7 Jan 2003 01:46:38 +0000 (+0000) Subject: Trivial grammer fix X-Git-Tag: PHP_5_0_dev_before_13561_fix~410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7740a0351d781924da0015346bdd5227bb946a9;p=php Trivial grammer fix --- 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.