From f9e42842f5dea66a0aeef75fdefe7ffd648663a3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 18 Mar 2005 13:16:01 +0000 Subject: [PATCH] * curl_easy_strerror() is available as of 7.12.0 --- http_curl_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2