diff options
author | Wez Furlong <wez@php.net> | 2004-01-20 11:01:16 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-01-20 11:01:16 +0000 |
commit | 42110742b74c50779564a871d6e1211bea9203ef (patch) | |
tree | 41d90910b27992993a80a928e8f19e7ed618bdf7 /ext/com_dotnet/README | |
parent | 920358a0cc015c7b7c4c9b0ddf24feec9d47cb56 (diff) | |
download | php-git-42110742b74c50779564a871d6e1211bea9203ef.tar.gz |
update todo part of readme
Diffstat (limited to 'ext/com_dotnet/README')
-rw-r--r-- | ext/com_dotnet/README | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/ext/com_dotnet/README b/ext/com_dotnet/README index fb94f8a9e8..e369d74459 100644 --- a/ext/com_dotnet/README +++ b/ext/com_dotnet/README @@ -65,14 +65,9 @@ $word->Quit(); TODO: -- Dispatch wrapper for PHP objects. - The wrapper will enable you to sink events sourced from COM objects, - and allow ActiveScript sapi to function again. -- Indexed array function for (g|s)etting array-style properties that are not - actually arrays. -- SafeArray support for variant class. - Currently there is no way to access a safearray from php. -- A few other com_xxx functions need to be ported from the PHP 4 extension. +- Mapping PHP arrays as SafeArray's. This is currently not done. + Probably will implement this into $a = new variant($php_array, VT_ARRAY) + or something similar. - documentation * dotnet support requires that you have the mscoree.h header from the .net sdk |