diff options
author | Sterling Hughes <sterling@php.net> | 2003-04-27 22:15:19 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2003-04-27 22:15:19 +0000 |
commit | 7ed6fd22bc27d2016392c26ceb345beb8ca47130 (patch) | |
tree | 3e89a4f32d0defbf4f510c23fe7867cd09c24ed7 /ext/curl/php_curl.h | |
parent | a294f9b2d14cdee24123e57cda497abc356203ec (diff) | |
download | php-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.h | 1 |
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; |