From 89070177b8452bb70e61e1b9974b61db02b1eecd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2014 16:57:17 +0100 Subject: php-pecl-http: 2.0.4 (stable) --- pecl_http.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'pecl_http.ini') 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" -- cgit