X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Fhttp.ini;h=a32ad460d509ea93ea918a29cd839054b1bbd34a;hp=f325595e44bf50569b28154c447de146b7839a84;hb=6968eb8ac7ad68faefc1fc05b4d53389d004cf3c;hpb=1bb903f3aad484c7adf638af3365cb7c668d3281 diff --git a/docs/http.ini b/docs/http.ini index f325595..a32ad46 100644 --- a/docs/http.ini +++ b/docs/http.ini @@ -5,18 +5,18 @@ ; enable if you want to transform all errors to exceptions (PHP >= 5 only) ;http.only_exceptions = 1 -; disable if you want php not to exit in case of redirects and cache hits +; disable if you don't want php to exit in case of redirects and cache hits; +; a "NULL" output handler will be started instead, which discards all output ;http.force_exit = 0 -; disable if you don't want 404 Not found status messages -; being sent, if a file attempted to be sent with -; http_send_file() etc. cannot be found +; disable if you don't want 404 Not found status messages being sent, +; if a file attempted to be sent with http_send_file() etc. cannot be found ;http.send.not_found_404 = 0 -; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B) +; the hashing algorithm with wich ETags are generated (MD5, SHA1, CRC32B); ; if ext/hash is available, this can be set to any hash algorithm ext/hash supports ; MD5 is the default and fallback algorithm -http.etag.mode = "MD5" +;http.etag.mode = "MD5" ; allowed request methods ; by default PHP ignores unkown request methods @@ -49,3 +49,13 @@ http.etag.mode = "MD5" ; automatically inflate sent content ;http.send.inflate.start_auto = 0 ;http.send.inflate.start_flags = + +; global HttpRequestDataShare settings +;http.request.datashare.cookie = 0 +;http.request.datashare.dns = 1 + +; limit of idle persistent handles per provider +;http.persistent.handles.limit = -1 + +; default ident of persistent handles +;http.persistent.handles.ident = "GLOBAL"