diff options
Diffstat (limited to 'pecl_http.ini')
-rw-r--r-- | pecl_http.ini | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pecl_http.ini b/pecl_http.ini index f5f4205..781f16d 100644 --- a/pecl_http.ini +++ b/pecl_http.ini @@ -1,13 +1,9 @@ ; Enable HTTP extension module extension=http.so -; http://www.php.net/manual/en/http.configuration.php +; http://devel-m6w6.rhcloud.com/mdref/http ; The hashing algorithm used to generate the ETag. MD5, SHA1, and CRC32 are always ; available. If the hash extension is enabled, any hashing algorithms this extension ; provides are available, too. -;http.etag.mode = "md5" - -; The maximum amount of persistent handles to keep alive. -;http.persistent_handle.limit = -1 - +;http.etag.mode = "crc32b" |