- use a HashTable to stat persistent handles
[m6w6/ext-http] / php_http_request_int.h
index 7bf5db1927392c34e91bb17d3396984a4e8f4ded..ae6c125a46601a1fb5aeae5bc1d6fd30ba7cb49f 100644 (file)
 #      endif /* PHP_WIN32 */
 #endif /* ZTS && HTTP_HAVE_SSL */
 
-#ifndef HAVE_CURL_EASY_STRERROR
-#      define curl_easy_strerror(dummy) "unknown error"
-#endif
-
 #define HTTP_CURL_OPT(OPTION, p) curl_easy_setopt((request->ch), OPTION, (p))
 
 #define HTTP_CURL_OPT_STRING(OPTION, ldiff, obdc) \