From fad3f936aca111b6717d8607251551336ff2a07f Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 3 Aug 2016 12:16:42 +0200 Subject: [PATCH] fix ts build --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 052d568d76..b96f901ea0 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1565,7 +1565,7 @@ PHP_FUNCTION(imagesetstyle) num_styles = zend_hash_num_elements(HASH_OF(styles)); if (num_styles == 0) { - php_error_docref(NULL, E_WARNING, "styles array must not be empty"); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "styles array must not be empty"); RETURN_FALSE; } -- 2.50.1