]> granicus.if.org Git - php/commitdiff
# Added TODO so I can track things that need doing with this module - (brendan)
authorBrendan W. McAdams <bmcadams@php.net>
Mon, 14 Aug 2000 21:10:25 +0000 (21:10 +0000)
committerBrendan W. McAdams <bmcadams@php.net>
Mon, 14 Aug 2000 21:10:25 +0000 (21:10 +0000)
ext/ccvs/TODO [new file with mode: 0644]

diff --git a/ext/ccvs/TODO b/ext/ccvs/TODO
new file mode 100644 (file)
index 0000000..ffcd7af
--- /dev/null
@@ -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....