|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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