diff options
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; |