diff options
author | Andrei Zmievski <andrei@php.net> | 2000-04-27 14:41:18 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-04-27 14:41:18 +0000 |
commit | 3b77fd37a9a6199e816fffecd67c16a1c8575546 (patch) | |
tree | cfd0a7f29d74c1d4143e4dc1c2cabbdb465e31f5 /TODO | |
parent | 0c464881472011dbd1269a9be9ec40631bb75539 (diff) | |
download | php-git-3b77fd37a9a6199e816fffecd67c16a1c8575546.tar.gz |
TODO update and fix for C++ comments.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ ext/mcrypt ext/standard ------------ * add a version number to data serialized via serialize(). - * array_add(), array_rand() (Andrei) + * array_add(), array_rand(), array_uniq() (Andrei) * implement pathinfo() (what the heck is it?) * possibly modify parsing of GPC data to automatically create arrays if variable name is seen more than once. |