X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_curl_api.c;h=1af011110ae8ae38bb769f95dadd824bf67f19ea;hp=3dc462cdc95a3f8d539121b0efdfc2d23fcd4802;hb=f9e42842f5dea66a0aeef75fdefe7ffd648663a3;hpb=786c6c362f073455e364028426d1818ef0431078 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