]> granicus.if.org Git - php/commit
@Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
authorHarald Radi <phanto@php.net>
Tue, 20 Mar 2001 22:35:30 +0000 (22:35 +0000)
committerHarald Radi <phanto@php.net>
Tue, 20 Mar 2001 22:35:30 +0000 (22:35 +0000)
commit256d7998095c76b46dfcd9b3f555db309de37630
treea0cca3ec74cf335c7142be265c4d77ec1fbe2c87
parent6a27146e726aef9e9cdabedc3b60b4e7802e0f54
@Using ITypeInfo instead of IDispatch if possible. This makes DCOM calls
@and even COM calls much faster.
@All ini settings are now prefixed by 'com.'.
@Now you need not provide a path to the file containing the typelib, you can
@also provide the GUID of the TypeLib - entry or an IID for preloading
@type - information. (phanto)
memory leak was reportet, i'm not sure that it is fixed by now, but it should be.
ext/com/COM.c
ext/com/VARIANT.c
ext/com/com.h [new file with mode: 0644]
ext/com/php_COM.h
ext/rpc/com/com_wrapper.c
ext/rpc/com/com_wrapper.h [new file with mode: 0644]
ext/rpc/com/php_com.h
ext/rpc/com/variant.c