]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Tue, 20 Mar 2001 02:09:17 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Tue, 20 Mar 2001 02:09:17 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 697eb1c7df54c8e7567421445b694bbecdac1664..2e45ce9c30fa5d078ce01d1c237afe30117f2204 100644 (file)
--- 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