- add portrange request option
[m6w6/ext-http] / php_http.h
index 4b5aaa557fffa24f9965d2ff86f79f4a6b55e146..213384f0630f154beeda9a983038bf6e9ba05ed9 100644 (file)
@@ -59,6 +59,7 @@
 #              define CURL_STATICLIB
 #      endif
 #      include <curl/curl.h>
+#      define HTTP_CURL_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= (((x)<<16) + ((y)<<8) + (z)))
 #endif
 
 #if defined(HTTP_WANT_MAGIC) && defined(HTTP_HAVE_MAGIC)