From a00df7ba31ebf62332b6592ce52ffc96e1bf2b3b Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Sat, 23 Nov 2013 09:38:01 +0000 Subject: [PATCH] fixed ZTS --- php_http_client_curl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 01e626d..52e5e02 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -1769,11 +1769,12 @@ static int php_http_client_curl_once(php_http_client_t *h) static STATUS php_http_client_curl_exec(php_http_client_t *h) { - TSRMLS_FETCH_FROM_CTX(h->ts); - #if PHP_HTTP_HAVE_EVENT php_http_client_curl_t *curl = h->ctx; +#endif + TSRMLS_FETCH_FROM_CTX(h->ts); +#if PHP_HTTP_HAVE_EVENT if (curl->useevents) { php_http_curlm_timeout_callback(CURL_SOCKET_TIMEOUT, /*EV_READ|EV_WRITE*/0, h); do { -- 2.30.2