From: Michael Wallner Date: Thu, 20 Aug 2009 11:17:31 +0000 (+0000) Subject: fix type X-Git-Tag: RELEASE_1_7_0b2~18 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=ec0bb29f312b0f825a44c059fa6a8e2d1cd708bb;hp=420da53028a5cd0ba286359fdaecd3cbded970e7 fix type --- 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