wez Tue Jan 20 06:01:17 2004 EDT
Modified files:
/php-src/ext/com_dotnet README
Log:
update todo part of readme
http://cvs.php.net/diff.php/php-src/ext/com_dotnet/README?r1=1.2&r2=1.3&ty=u
Index: php-src/ext/com_dotnet/README
diff -u php-src/ext/com_dotnet/README:1.2 php-src/ext/com_dotnet/README:1.3
--- php-src/ext/com_dotnet/README:1.2 Sat Jan 17 07:59:13 2004
+++ php-src/ext/com_dotnet/README Tue Jan 20 06:01:16 2004
@@ -65,14 +65,9 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php