summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-08-03 12:16:42 +0200
committerAnatol Belski <ab@php.net>2016-08-03 12:16:42 +0200
commitfad3f936aca111b6717d8607251551336ff2a07f (patch)
tree9bd72bc11aae949bcbb174b3bae964d473c5eb9a
parentf5622f5c8763fe180310ed7a47b999f160d7750b (diff)
downloadphp-git-fad3f936aca111b6717d8607251551336ff2a07f.tar.gz
fix ts build
-rw-r--r--ext/gd/gd.c2
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;
}