summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2001-03-13 02:09:17 +0000
committer <changelog@php.net>2001-03-13 02:09:17 +0000
commit78cd4cdbe10b6ec4def4b7910f3a906cd7c9d611 (patch)
tree792a716b0de2dc4fcd82407c742fbba4ded5025c
parentf2427f42fa9179ed06eda132c6a629ec25e17137 (diff)
downloadphp-git-78cd4cdbe10b6ec4def4b7910f3a906cd7c9d611.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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,