X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_functions.c;h=225019dc52f26924d85e94be508e59ab51d372ad;hp=907ee92c5033643f0dd6b058bf3757af7bd820b3;hb=424eec077256edbed079988cfa4dccab5b979536;hpb=1382fe5a3ed5209ab05745ca95495885e85ff2a0 diff --git a/http_functions.c b/http_functions.c index 907ee92..225019d 100644 --- a/http_functions.c +++ b/http_functions.c @@ -1207,6 +1207,8 @@ PHP_FUNCTION(http_match_request_header) * like array("header" => "value") * - cookies: array, list of cookies as associative array * like array("cookie" => "value") + * - encodecookies: bool, whether to urlencode the cookies (default: true) + * - resetcookies: bool, wheter to reset the cookies * - cookiestore: string, path to a file where cookies are/will be stored * - resume: int, byte offset to start the download from; * if the server supports ranges