diff options
author | Monte Ohrt <mohrt@php.net> | 2000-10-20 15:40:26 +0000 |
---|---|---|
committer | Monte Ohrt <mohrt@php.net> | 2000-10-20 15:40:26 +0000 |
commit | 07d781be664b2ddd6cfb7661bfdb588ce670fb74 (patch) | |
tree | 30d7ea7d7528963ab661ee677f80cac6ad22df93 /TODO | |
parent | 6b6b6cd940e53ba680d28b08828dcde6a9904ad4 (diff) | |
download | php-git-07d781be664b2ddd6cfb7661bfdb588ce670fb74.tar.gz |
added array_sum() and array_avg() to TODO list
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ ext/session ext/standard ------------ + * array_sum(), array_avg() * add a version number to data serialized via serialize(). * array_add(). (Andrei) * possibly modify parsing of GPC data to automatically create arrays if |