diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-02 16:57:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-02 16:57:17 +0100 |
commit | 89070177b8452bb70e61e1b9974b61db02b1eecd (patch) | |
tree | ae7979763a5162fdf633e41b9f5e5f1c401ba0e9 /pecl_http.ini | |
parent | c8b48c1e11684a84f5664215e6d9011b3790d402 (diff) |
php-pecl-http: 2.0.4 (stable)
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" |