From 7f428cae88f1294052087e6729f1ecb924b8a18d Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 20 Jun 2016 22:13:31 -0700 Subject: fix build --- ext/spl/spl_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 4e03c408c6..5cb7d34c6f 100644 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -837,7 +837,7 @@ static HashTable *spl_array_get_gc(zval *object, zval ***gc_data, int *gc_data_c *gc_data = &intern->array; *gc_data_count = 1; - return zend_std_get_properties(object); + return zend_std_get_properties(object TSRMLS_CC); } /* }}} */ -- cgit v1.2.1