php-src/ext/rpc/com
Wez Furlong fbf920d9a3 Enhance com_print_typeinfo.
The main expected use is like this, for figuring out what methods
are allowed for a COM object:

$ie = new COM("InternetExplorer.Application");
// Prints class definition for IE object
com_print_typeinfo($ie, "InternetExplorer.Application", false);
// Prints class definition for default IE event handler
com_print_typeinfo($ie, "InternetExplorer.Application", true);
2002-05-21 22:41:45 +00:00
..
com_wrapper.c Enhance com_print_typeinfo. 2002-05-21 22:41:45 +00:00
com_wrapper.h - Make sure that COM and VARIANT resources are returned as resources 2002-05-21 18:58:11 +00:00
com.c changes related to the latest commit of the zend engine 2002-04-22 14:25:46 +00:00
conversion.c integrating wez's patch 2002-05-20 15:35:57 +00:00
conversion.h no message 2001-10-04 18:24:44 +00:00
CREDITS added Alan Brown to credits 2001-06-12 20:33:50 +00:00
dispatch.c - Make sure that COM and VARIANT resources are returned as resources 2002-05-21 18:58:11 +00:00
php_com.h - Make sure that COM and VARIANT resources are returned as resources 2002-05-21 18:58:11 +00:00
php_variant.h fix declaration 2001-10-05 12:22:12 +00:00
TODO updated TODO list 2002-04-27 15:47:18 +00:00
variant.c Update headers. 2001-12-11 15:32:16 +00:00
variant.h - Make sure that COM and VARIANT resources are returned as resources 2002-05-21 18:58:11 +00:00