From: Date: Tue, 13 Mar 2001 02:09:17 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78cd4cdbe10b6ec4def4b7910f3a906cd7c9d611;p=php NEWS update --- diff --git a/NEWS b/NEWS index 5314a93e87..e8109c206b 100644 --- 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,