X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Fhttp.ini;h=372c1f33268564f5169fff0dd8d1aa4c38816028;hp=73c909c0c62ad22ca3e4ccfa7eca001e44cf7445;hb=8d25696948ed61d50c417275222117f43069ddd1;hpb=8cecb41c617a9db18668906800f9509a3e3d0243;ds=sidebyside diff --git a/docs/http.ini b/docs/http.ini index 73c909c..372c1f3 100644 --- a/docs/http.ini +++ b/docs/http.ini @@ -3,12 +3,15 @@ [http] ; enable if you want to transform all errors to exceptions (PHP >= 5 only) -http.only_exceptions = 0 +;http.only_exceptions = 1 + +; disable if you want php not to exit in case of redirects and cache hits +;http.force_exit = 0 ; the hashing algorithm with wich ETags are generated ; you can use mhash constants if ext/mhash is enabled, or their ; literal representation if ext/http was linked against libmhash -;http.etag_mode = MHASH_TIGER ; same as 7 +;http.etag_mode = HTTP_ETAG_MHASH_TIGER ; same as 7 http.etag_mode = HTTP_ETAG_MD5 ; allowed request methods