Skip to content

Commit 60b724c

Browse files
committed
Merge branch 'PHP-7.4'
2 parents b8e5c07 + 0c8a2d8 commit 60b724c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/com_dotnet/com_saproxy.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ static zval *saproxy_property_read(zend_object *object, zend_string *member, int
7777
return rv;
7878
}
7979

80-
static void saproxy_property_write(zend_object *object, zend_string *member, zval *value, void **cache_slot)
80+
static zval *saproxy_property_write(zend_object *object, zend_string *member, zval *value, void **cache_slot)
8181
{
8282
php_com_throw_exception(E_INVALIDARG, "safearray has no properties");
83+
return value;
8384
}
8485

8586
static zval *saproxy_read_dimension(zend_object *object, zval *offset, int type, zval *rv)

0 commit comments

Comments
 (0)