From: Anatol Belski Date: Wed, 3 Aug 2016 10:16:42 +0000 (+0200) Subject: fix ts build X-Git-Tag: php-5.6.25RC1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fad3f936aca111b6717d8607251551336ff2a07f;p=php fix ts build --- 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; }