summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-08-13 23:30:16 +0000
committerHarald Radi <phanto@php.net>2001-08-13 23:30:16 +0000
commitbb0858db348ab3ce3b9cb1e480695b8ad1d65849 (patch)
treef23be2f78ac502ed937752c6a73edbd08cc6476c
parent98304ba6a0274263cb4f1f49e1905dd231b00217 (diff)
downloadphp-git-bb0858db348ab3ce3b9cb1e480695b8ad1d65849.tar.gz
initial
-rw-r--r--ext/com/TODO11
-rw-r--r--ext/rpc/com/TODO11
2 files changed, 22 insertions, 0 deletions
diff --git a/ext/com/TODO b/ext/com/TODO
new file mode 100644
index 0000000000..415b640bb3
--- /dev/null
+++ b/ext/com/TODO
@@ -0,0 +1,11 @@
+1) Multi-dimenstional array support
+2) IErrorInfo
+3) WithEvents
+4) Documentation (internal and user) and howtos
+5) IEnumVariant::All() which would be like IEnumVariant::Next(IDispatch::Count)
+6) Look for memory leaks and AdRef/Release problems - I KNOW there are some...
+7) Test component (goes with the docs)
+8) Test suite (Needs test component)
+9) reduce the need for VARIANT()
+10) lets try if we are able to call non IDispatch - only Typelib components
+11) IEnumVariant::Next() without parameter should only return an object, not an array with one element
diff --git a/ext/rpc/com/TODO b/ext/rpc/com/TODO
new file mode 100644
index 0000000000..415b640bb3
--- /dev/null
+++ b/ext/rpc/com/TODO
@@ -0,0 +1,11 @@
+1) Multi-dimenstional array support
+2) IErrorInfo
+3) WithEvents
+4) Documentation (internal and user) and howtos
+5) IEnumVariant::All() which would be like IEnumVariant::Next(IDispatch::Count)
+6) Look for memory leaks and AdRef/Release problems - I KNOW there are some...
+7) Test component (goes with the docs)
+8) Test suite (Needs test component)
+9) reduce the need for VARIANT()
+10) lets try if we are able to call non IDispatch - only Typelib components
+11) IEnumVariant::Next() without parameter should only return an object, not an array with one element