diff options
author | Anatol Belski <ab@php.net> | 2014-12-17 11:38:46 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-17 11:38:46 +0100 |
commit | 3b6a8b1163a6705e9cb07125ea6328eaa656b740 (patch) | |
tree | cf28b2b4f96f27ed1edc3febe1046eae29e663b9 /ext/curl/php_curl.h | |
parent | 386cb177bdc9d021b42febcc083ddaf9a4af3007 (diff) | |
download | php-git-3b6a8b1163a6705e9cb07125ea6328eaa656b740.tar.gz |
remove the thread ctx from curl
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r-- | ext/curl/php_curl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 2b6ce548d0..0adb8b5ae2 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -174,7 +174,6 @@ typedef struct { struct _php_curl_error err; struct _php_curl_free *to_free; struct _php_curl_send_headers header; - void ***thread_ctx; CURL *cp; php_curl_handlers *handlers; zend_resource *res; |