X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_api.c;h=817fa3a805af01da86e35de18b6c575aeb79868a;hp=904e3e404b4657227159742e4a804b5077f39db6;hb=ec0bb29f312b0f825a44c059fa6a8e2d1cd708bb;hpb=420da53028a5cd0ba286359fdaecd3cbded970e7;ds=sidebyside diff --git a/http_request_api.c b/http_request_api.c index 904e3e4..817fa3a 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -642,7 +642,7 @@ PHP_HTTP_API STATUS _http_request_prepare(http_request *request, HashTable *opti } } #if HTTP_CURL_VERSION(7,19,4) - if ((zoption = http_request_option, request, options, "noproxy", IS_STRING))) { + if ((zoption = http_request_option(request, options, "noproxy", IS_STRING))) { HTTP_CURL_OPT(CURLOPT_NOPROXY, Z_STRVAL_P(zoption)); } #endif