Skip to content

Commit 7f428ca

Browse files
committed
fix build
1 parent 6c5211a commit 7f428ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/spl_array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ static HashTable *spl_array_get_gc(zval *object, zval ***gc_data, int *gc_data_c
837837

838838
*gc_data = &intern->array;
839839
*gc_data_count = 1;
840-
return zend_std_get_properties(object);
840+
return zend_std_get_properties(object TSRMLS_CC);
841841
}
842842
/* }}} */
843843

0 commit comments

Comments
 (0)