diff options
author | Harald Radi <phanto@php.net> | 2001-11-01 20:53:41 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-11-01 20:53:41 +0000 |
commit | 93a58dbed29a2dd30cd06f466221f7cf35999de9 (patch) | |
tree | a125c39716ebd6d78c44ebe501e7b39926c8fa14 | |
parent | 54ca6f05b11f40dc5e9694dc26254d3a8448eb8c (diff) | |
download | php-git-93a58dbed29a2dd30cd06f466221f7cf35999de9.tar.gz |
no message
-rw-r--r-- | ext/com/TODO | 1 | ||||
-rw-r--r-- | ext/rpc/com/TODO | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/com/TODO b/ext/com/TODO index f25e91e590..6dccb556f8 100644 --- a/ext/com/TODO +++ b/ext/com/TODO @@ -1,6 +1,7 @@ 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) diff --git a/ext/rpc/com/TODO b/ext/rpc/com/TODO index f25e91e590..6dccb556f8 100644 --- a/ext/rpc/com/TODO +++ b/ext/rpc/com/TODO @@ -1,6 +1,7 @@ 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) |