X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_request_api.c;h=6090bc15cf62e244a9b6deb55a1049fcbc7bbc90;hb=bae1d9bccd93257b15065f1b51579b2d0b5cc1e4;hp=15b101f728367400b8e27774ce40c7ecf87a74de;hpb=93aa7af92ce932423daef6e4831979561d621919;p=m6w6%2Fext-http diff --git a/http_request_api.c b/http_request_api.c index 15b101f..6090bc1 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -502,7 +502,7 @@ PHP_HTTP_API STATUS _http_request_prepare(http_request *request, HashTable *opti } } -#if LIBCURL_VERSIONNUM >= 0x070f01 +#if LIBCURL_VERSION_NUM >= 0x070f01 /* reset cookies */ if ((zoption = http_request_option(request, options, "resetcookies", IS_BOOL)) && Z_LVAL_P(zoption)) { HTTP_CURL_OPT(COOKIELIST, "ALL");