diff options
author | SVN Migration <svn@php.net> | 2002-11-26 01:38:49 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-11-26 01:38:49 +0000 |
commit | 83fc7fc84fc2b439da0cc4e08cb511d9753dbcca (patch) | |
tree | e884842697b6fca255c96f627a4dbd17f0a7d97a /ext/com/TODO | |
parent | 693204265e3970c58932aef21fb4d25e3f1ea1fd (diff) | |
download | php-git-RELEASE_1_0b2.tar.gz |
This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0b2'.RELEASE_1_0b2
Diffstat (limited to 'ext/com/TODO')
-rw-r--r-- | ext/com/TODO | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ext/com/TODO b/ext/com/TODO deleted file mode 100644 index 05ac41167a..0000000000 --- a/ext/com/TODO +++ /dev/null @@ -1,28 +0,0 @@ -1) Multi-dimenstional array support -4) Documentation (internal and user) and howtos -5) IEnumVariant::All() which would be like IEnumVariant::Next(IDispatch::Count) -7) Test component (goes with the docs) -8) Test suite (Needs test component) -10) lets try if we are able to call non IDispatch - only Typelib components - --- delayed till PHP5: 3) WithEvents --- delayed till PHP5: 9) reduce the need for VARIANT() - -ad 6.) check vbsample.php (new VARIANT(*, *|VT_BYREF)) GPs - --- done 2) IErrorInfo --- done 6) Look for memory leaks and AdRef/Release problems - I KNOW there are some... --- done 11) IEnumVariant::Next() without parameter should only return an object, not an array with one element --- done 12) VARIANT->value as lvalue --- done 13) export VARIANT through the COM module --- done 14) trap exceptions and errors - --- donne ad 4.) faq (i've collected a few questions from various lists) - variant attributes !! - -to be discussed: - -- mts support (getcontext) -- adsi support (ads* functions) - --- delayed till PHP 5: try serialisation support (if component implements IPersist) |