From: Date: Tue, 20 Mar 2001 02:09:17 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.6RC1~644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09c1f0a502650382baf3c5d0a312ff74649420e0;p=php NEWS update --- diff --git a/NEWS b/NEWS index 697eb1c7df..2e45ce9c30 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- Added array_map() function that applies a callback to the elements + of given arrays and returns the result. It can also be used with a + null callback to transpose arrays. (Andrei) +- New FastCGI server module - Added array_filter(), which allows filtering of array elements via the specified callback. (Andrei) - Fixed all relevant array functions to avoid moving the internal array