X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=docs%2Fhttp.ini;h=11e818996440614790891a91c4b8799b57c6bb77;hp=372c1f33268564f5169fff0dd8d1aa4c38816028;hb=0acbfc76b5a3e4122a6d06d64bd834a810806656;hpb=1ad65c598ee022aa7b31bb0884fe15b3dcd454d3 diff --git a/docs/http.ini b/docs/http.ini index 372c1f3..11e8189 100644 --- a/docs/http.ini +++ b/docs/http.ini @@ -8,11 +8,10 @@ ; 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 = HTTP_ETAG_MHASH_TIGER ; same as 7 -http.etag_mode = HTTP_ETAG_MD5 +; 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" ; allowed request methods ; by default PHP ignores unkown request methods