From a5afd0e9d04861e312f95d839c342110f300ca64 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 13 Aug 2001 16:40:12 +0000 Subject: - ZE2 fixes --- ext/dotnet/dotnet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dotnet/dotnet.cpp') diff --git a/ext/dotnet/dotnet.cpp b/ext/dotnet/dotnet.cpp index b9af5a6d83..7461dd2a17 100644 --- a/ext/dotnet/dotnet.cpp +++ b/ext/dotnet/dotnet.cpp @@ -177,7 +177,7 @@ void php_DOTNET_call_function_handler(INTERNAL_FUNCTION_PARAMETERS, zend_propert *object_handle = *return_value; pval_copy_constructor(object_handle); INIT_PZVAL(object_handle); - zend_hash_index_update(object->value.obj.properties, 0, &object_handle, sizeof(pval *), NULL); + zend_hash_index_update(Z_OBJPROP_P(object), 0, &object_handle, sizeof(pval *), NULL); pval_destructor(&function_name->element); } else { php_COM_call_function_handler(INTERNAL_FUNCTION_PARAM_PASSTHRU, property_reference); -- cgit v1.2.1