summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2001-08-13 23:31:25 +0000
committerHarald Radi <phanto@php.net>2001-08-13 23:31:25 +0000
commitb91ce755f376d6ab5a6590dc7051f3e0f03d5e44 (patch)
tree511ffc96f579a5fa1c1893ddd47f25c363e8df5a
parentbe739cf993ea0e3725151e9d5a7e96d237c0df46 (diff)
downloadphp-git-b91ce755f376d6ab5a6590dc7051f3e0f03d5e44.tar.gz
remove from EXP
-rw-r--r--ext/com/TODO11
-rw-r--r--ext/rpc/com/TODO11
2 files changed, 0 insertions, 22 deletions
diff --git a/ext/com/TODO b/ext/com/TODO
deleted file mode 100644
index 415b640bb3..0000000000
--- a/ext/com/TODO
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index 415b640bb3..0000000000
--- a/ext/rpc/com/TODO
+++ /dev/null
@@ -1,11 +0,0 @@
-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