diff options
author | Zeev Suraski <zeev@php.net> | 2004-02-08 17:25:54 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2004-02-08 17:25:54 +0000 |
commit | 2a9e1294bc6b93dfa7543b37dfebfa4c2830080f (patch) | |
tree | 1869bd06417e7f43262ea6e31c5276b4a2ed50f2 /ext/com_dotnet/com_handlers.c | |
parent | 473927ece8baed35ccffe3895a90caf1d6652b53 (diff) | |
download | php-git-2a9e1294bc6b93dfa7543b37dfebfa4c2830080f.tar.gz |
Update to new API
Diffstat (limited to 'ext/com_dotnet/com_handlers.c')
-rw-r--r-- | ext/com_dotnet/com_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/com_handlers.c b/ext/com_dotnet/com_handlers.c index 8d548e37b1..0811fddec2 100644 --- a/ext/com_dotnet/com_handlers.c +++ b/ext/com_dotnet/com_handlers.c @@ -104,7 +104,7 @@ static HRESULT com_get_default_binding(php_com_dotnet_object *obj TSRMLS_DC) return obj->have_default_bind ? SUCCESS : FAILURE; } -static zval *com_read_dimension(zval *object, zval *offset TSRMLS_DC) +static zval *com_read_dimension(zval *object, zval *offset, int type TSRMLS_DC) { zval *return_value; php_com_dotnet_object *obj; |