diff options
author | Brendan W. McAdams <bmcadams@php.net> | 2000-08-14 21:10:25 +0000 |
---|---|---|
committer | Brendan W. McAdams <bmcadams@php.net> | 2000-08-14 21:10:25 +0000 |
commit | f1ed420604d53ac092ed3a75ec4424826633887d (patch) | |
tree | 44f8ae9ca17f09b3bfade97967cb9f13ed9e32c3 /ext/ccvs/TODO | |
parent | 636d126e167f0c9ac0e00bad99bf708ce20a761c (diff) | |
download | php-git-f1ed420604d53ac092ed3a75ec4424826633887d.tar.gz |
# Added TODO so I can track things that need doing with this module - (brendan)
Diffstat (limited to 'ext/ccvs/TODO')
-rw-r--r-- | ext/ccvs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/ccvs/TODO b/ext/ccvs/TODO new file mode 100644 index 0000000000..ffcd7af4b2 --- /dev/null +++ b/ext/ccvs/TODO @@ -0,0 +1,7 @@ +CCVS Module ToDo List +08/14/2000 +Brendan W. McAdams <bmcadams@php.net> +------------------------------------- +- Return value of the final stats of an authorization should already be split out into a php aware associative + array, instead of having to do this at the PHP level. Right now we are splitting stuff out using text_value; + I'm evaluating the merits of having a seperate function for the 'finishing' of a sale.... |