summaryrefslogtreecommitdiff
path: root/ext/com/php_COM.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-08-26 13:36:35 +0000
committerWez Furlong <wez@php.net>2002-08-26 13:36:35 +0000
commitcfb5002e0ba8f8c077c4739cd964747dc2616d1d (patch)
treee585a015f273d0bb46f324480c733d4e218d9f15 /ext/com/php_COM.h
parentfc7eb838fcdbbc1ac776b5724dfe42e80da7e91e (diff)
downloadphp-git-cfb5002e0ba8f8c077c4739cd964747dc2616d1d.tar.gz
Implement com_invoke_ex, which allows the user to specify the invoke kind
flags, so that custom invocations can be made. Tidy up code for com_propget and com_propset, so that it can work with objects as well as resources. # This code is from a couple of months ago, and has been hanging around # on my windows dev box; I'm not entirely sure where I needed com_invoke_ex, # but the additions to propget and propset are useful.
Diffstat (limited to 'ext/com/php_COM.h')
-rw-r--r--ext/com/php_COM.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/com/php_COM.h b/ext/com/php_COM.h
index d26441f6a3..1b2b3b0316 100644
--- a/ext/com/php_COM.h
+++ b/ext/com/php_COM.h
@@ -12,6 +12,7 @@ PHP_MSHUTDOWN_FUNCTION(COM);
PHP_FUNCTION(com_load);
PHP_FUNCTION(com_invoke);
+PHP_FUNCTION(com_invoke_ex);
PHP_FUNCTION(com_addref);
PHP_FUNCTION(com_release);
PHP_FUNCTION(com_propget);