diff options
author | Anatol Belski <ab@php.net> | 2016-08-03 12:16:42 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-08-03 12:16:42 +0200 |
commit | fad3f936aca111b6717d8607251551336ff2a07f (patch) | |
tree | 9bd72bc11aae949bcbb174b3bae964d473c5eb9a /ext/gd | |
parent | f5622f5c8763fe180310ed7a47b999f160d7750b (diff) | |
download | php-git-fad3f936aca111b6717d8607251551336ff2a07f.tar.gz |
fix ts build
Diffstat (limited to 'ext/gd')
-rw-r--r-- | ext/gd/gd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |