summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-02-17 22:44:05 -0800
committerStanislav Malyshev <stas@php.net>2016-02-17 22:44:05 -0800
commit9afb29aa68351aa96f8edca51900f04513e291c7 (patch)
treed06d46988d22af335b597442c7871b56cf9d0447 /ext/curl/interface.c
parentcf842f1064edeaebc598e7d7071a4a7a039e5bc0 (diff)
downloadphp-git-9afb29aa68351aa96f8edca51900f04513e291c7.tar.gz
Remove TSRMLS_* from code, they are not used anymore
Diffstat (limited to 'ext/curl/interface.c')
-rw-r--r--ext/curl/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/interface.c b/ext/curl/interface.c
index 8b9a756aa2..564d9fcb1c 100644
--- a/ext/curl/interface.c
+++ b/ext/curl/interface.c
@@ -2189,7 +2189,7 @@ static int _php_curl_setopt(php_curl *ch, zend_long option, zval *zvalue) /* {{{
#endif
# if defined(ZTS)
if (option == CURLOPT_DNS_USE_GLOBAL_CACHE) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enabled");
+ php_error_docref(NULL, E_WARNING, "CURLOPT_DNS_USE_GLOBAL_CACHE cannot be activated when thread safety is enabled");
return 1;
}
# endif