summaryrefslogtreecommitdiff
path: root/ext/rpc/com/variant.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/rpc/com/variant.h')
-rw-r--r--ext/rpc/com/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/com/variant.h b/ext/rpc/com/variant.h
index 81004855bc..8d7a9bc6d6 100644
--- a/ext/rpc/com/variant.h
+++ b/ext/rpc/com/variant.h
@@ -36,7 +36,7 @@
comval *obj; \
ALLOC_COM(obj); \
php_COM_set(obj, &V_DISPATCH(v), TRUE); \
- rpc_object_from_data(z, com, obj, NULL); \
+ rpc_object_from_data_ex(z, com, obj, NULL); \
} else { \
php_variant_to_zval((v), (z), cp); \
VariantClear(v); \