summaryrefslogtreecommitdiff
path: root/ext/com/TODO
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-03-13 18:39:43 +0000
committerSVN Migration <svn@php.net>2002-03-13 18:39:43 +0000
commit8d6817e7f142091b1c30de30f349c3fde9d7e094 (patch)
tree45704599905d4a7445ad446fc5337374a3390dbf /ext/com/TODO
parent94e6810a2a3e189cf729bdbae8f45cd9d7987ad6 (diff)
downloadphp-git-help.tar.gz
This commit was manufactured by cvs2svn to create tag 'help'.help
Diffstat (limited to 'ext/com/TODO')
-rw-r--r--ext/com/TODO27
1 files changed, 0 insertions, 27 deletions
diff --git a/ext/com/TODO b/ext/com/TODO
deleted file mode 100644
index 6dccb556f8..0000000000
--- a/ext/com/TODO
+++ /dev/null
@@ -1,27 +0,0 @@
-1) Multi-dimenstional array support
--- done 2) IErrorInfo
--- done 13) export VARIANT through the COM module
-14) trap exceptions and errors
-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
--- done 11) IEnumVariant::Next() without parameter should only return an object, not an array with one element
--- done 12) VARIANT->value as lvalue
-
-
-ad 6.) check vbsample.php (new VARIANT(*, *|VT_BYREF)) GPs
-ad 4.) faq (i've collected a few questions from various lists)
- variant attributes !!
-
-to be discussed:
-
-- dcom inporc issue
-- mts support (getcontext)
-- adsi support (ads* functions)
-- winapi interface
-- try serialisation support (if component implements IPersist)