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

diff --git a/NEWS b/NEWS
index 5314a93e876e4c3ed71ff770a506ec05e9346d8e..e8109c206b8eb21090facfbcd688973f64eea7b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- Added array_reduce(), which allows iterative reduction of an array
+  to a single value via a callback function. (Andrei)
 - The imageloadfont function of the gd extension should be not platform
   dependent after this fix. (alex@zend.com)
 - Fixed a compatibility problem in some file functions (fgets, fputs, fread,