- fix config.m4 (CURL_LIBS define was missing)
[m6w6/ext-http] / http_request_pool_api.c
index 1775293452eddf63cd526c8d23d60d248677370c..41352b586ad48e54d2d9b2f2108a510f3478f7ac 100644 (file)
 
 ZEND_EXTERN_MODULE_GLOBALS(http);
 
+#ifndef HAVE_CURL_MULTI_STRERROR
+#      define curl_multi_strerror(dummy) "unknown error"
+#endif
+
 static void http_request_pool_freebody(http_request_body **body);
 static int http_request_pool_compare_handles(void *h1, void *h2);