summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-04-27 22:15:19 +0000
committerSterling Hughes <sterling@php.net>2003-04-27 22:15:19 +0000
commit7ed6fd22bc27d2016392c26ceb345beb8ca47130 (patch)
tree3e89a4f32d0defbf4f510c23fe7867cd09c24ed7 /ext/curl/php_curl.h
parenta294f9b2d14cdee24123e57cda497abc356203ec (diff)
downloadphp-git-7ed6fd22bc27d2016392c26ceb345beb8ca47130.tar.gz
use the new TSRMLS_FETCH_FROM_CTX() macro
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r--ext/curl/php_curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h
index a1c6276dda..7680f93dc3 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -113,6 +113,7 @@ struct _php_curl_free {
typedef struct {
struct _php_curl_error err;
struct _php_curl_free to_free;
+ void ***thread_ctx;
CURL *cp;
php_curl_handlers *handlers;
long id;