X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_api.c;h=6eb31fbc4eb502a84060e3363949d353018dac79;hp=3644f9d3fd7816436b3cce2e607cb63c275923d0;hb=dac9fc69ba6208b3a150ad447c0ede3b786a83c5;hpb=e32f6fed32939bba9839c0e4f7cdaec02d8828dd diff --git a/http_request_api.c b/http_request_api.c index 3644f9d..6eb31fb 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -47,7 +47,7 @@ ZEND_EXTERN_MODULE_GLOBALS(http) #if LIBCURL_VERSION_NUM < 0x070c00 -# define curl_easy_strerror(code) HTTP_G(request).curl.error +# define curl_easy_strerror(code) HTTP_G(request).error #endif #define HTTP_CURL_INFO(I) HTTP_CURL_INFO_EX(I, I)