mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
updated TODO list
This commit is contained in:
parent
90bad130a9
commit
da9dd9acc9
2 changed files with 26 additions and 24 deletions
25
ext/com/TODO
25
ext/com/TODO
|
@ -1,27 +1,28 @@
|
||||||
1) Multi-dimenstional array support
|
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
|
4) Documentation (internal and user) and howtos
|
||||||
5) IEnumVariant::All() which would be like IEnumVariant::Next(IDispatch::Count)
|
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)
|
7) Test component (goes with the docs)
|
||||||
8) Test suite (Needs test component)
|
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
|
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
|
|
||||||
|
|
||||||
|
-- delayed till PHP5: 3) WithEvents
|
||||||
|
-- delayed till PHP5: 9) reduce the need for VARIANT()
|
||||||
|
|
||||||
ad 6.) check vbsample.php (new VARIANT(*, *|VT_BYREF)) GPs
|
ad 6.) check vbsample.php (new VARIANT(*, *|VT_BYREF)) GPs
|
||||||
ad 4.) faq (i've collected a few questions from various lists)
|
|
||||||
|
-- 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 !!
|
variant attributes !!
|
||||||
|
|
||||||
to be discussed:
|
to be discussed:
|
||||||
|
|
||||||
- dcom inporc issue
|
|
||||||
- mts support (getcontext)
|
- mts support (getcontext)
|
||||||
- adsi support (ads* functions)
|
- adsi support (ads* functions)
|
||||||
- winapi interface
|
|
||||||
- try serialisation support (if component implements IPersist)
|
-- delayed till PHP 5: try serialisation support (if component implements IPersist)
|
||||||
|
|
|
@ -1,27 +1,28 @@
|
||||||
1) Multi-dimenstional array support
|
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
|
4) Documentation (internal and user) and howtos
|
||||||
5) IEnumVariant::All() which would be like IEnumVariant::Next(IDispatch::Count)
|
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)
|
7) Test component (goes with the docs)
|
||||||
8) Test suite (Needs test component)
|
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
|
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
|
|
||||||
|
|
||||||
|
-- delayed till PHP5: 3) WithEvents
|
||||||
|
-- delayed till PHP5: 9) reduce the need for VARIANT()
|
||||||
|
|
||||||
ad 6.) check vbsample.php (new VARIANT(*, *|VT_BYREF)) GPs
|
ad 6.) check vbsample.php (new VARIANT(*, *|VT_BYREF)) GPs
|
||||||
ad 4.) faq (i've collected a few questions from various lists)
|
|
||||||
|
-- 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 !!
|
variant attributes !!
|
||||||
|
|
||||||
to be discussed:
|
to be discussed:
|
||||||
|
|
||||||
- dcom inporc issue
|
|
||||||
- mts support (getcontext)
|
- mts support (getcontext)
|
||||||
- adsi support (ads* functions)
|
- adsi support (ads* functions)
|
||||||
- winapi interface
|
|
||||||
- try serialisation support (if component implements IPersist)
|
-- delayed till PHP 5: try serialisation support (if component implements IPersist)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue