X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_functions.c;h=1c63ba0d6b270f57dbe2a01a28d012e44b98fb59;hb=d50dba0b80b06c819fb02ac20a866968a6244afa;hp=8a5e49ed5f260bef1087dece1562edb39784703d;hpb=711cec2bc92f1c844b476b80194ae2b09e5dbea0;p=m6w6%2Fext-http diff --git a/http_functions.c b/http_functions.c index 8a5e49e..1c63ba0 100644 --- a/http_functions.c +++ b/http_functions.c @@ -1246,6 +1246,7 @@ PHP_FUNCTION(http_match_request_header) * - 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 + * - cookiesession: bool, accept (true) or reset (false) sessioncookies * - resume: int, byte offset to start the download from; * if the server supports ranges * - maxfilesize: int, maximum file size that should be downloaded; @@ -1255,6 +1256,8 @@ PHP_FUNCTION(http_match_request_header) * - timeout: int, seconds the request may take * - connecttimeout: int, seconds the connect may take * - onprogress: mixed, progress callback + * - interface: string, outgoing network interface (ifname, ip or hostname) + * - portrange: array, 2 integers specifying outgoing portrange to try * - ssl: array, with the following options: * cert: string, path to certificate * certtype: string, type of certificate