From: Moriyoshi Koizumi Date: Wed, 18 Dec 2002 16:38:36 +0000 (+0000) Subject: Added entry for the new feature of array_search() X-Git-Tag: PHP_5_0_dev_before_13561_fix~694 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bfa8be47420fd8014b165db6424238eee65ae70;p=php Added entry for the new feature of array_search() --- diff --git a/NEWS b/NEWS index f5900a200d..77f6d5bff7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.4.0 +- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi) - Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia) - Added imagefilter() function which allows application of various filters. This function is only available with bundled GD. (Pierre-Alain Joye, Ilia)