* curl_easy_strerror() is available as of 7.12.0
[m6w6/ext-http] / http_curl_api.c
index 3dc462cdc95a3f8d539121b0efdfc2d23fcd4802..1af011110ae8ae38bb769f95dadd824bf67f19ea 100644 (file)
@@ -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