From: Michael Wallner Date: Fri, 18 Mar 2005 13:16:01 +0000 (+0000) Subject: * curl_easy_strerror() is available as of 7.12.0 X-Git-Tag: RELEASE_0_7_0~28 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=f9e42842f5dea66a0aeef75fdefe7ffd648663a3 * curl_easy_strerror() is available as of 7.12.0 --- diff --git a/http_curl_api.c b/http_curl_api.c index 3dc462c..1af0111 100644 --- a/http_curl_api.c +++ b/http_curl_api.c @@ -46,7 +46,7 @@ ZEND_DECLARE_MODULE_GLOBALS(http) #endif /* FIXXME: correct version where strerror is supported! */ -#if LIBCURL_VERSION_NUM < 0x070b01 +#if LIBCURL_VERSION_NUM < 0x070c00 # define curl_easy_strerror(code) "unkown error" #endif