php-pecl-http/pecl_http.ini
Remi Collet 74c61ae185 - Update to 2.0.4
- fix link to documentation
- update provided configuration

(cherry picked from commit 289cf7157c)
2014-01-02 17:44:56 +01:00

10 lines
321 B
INI

; Enable HTTP extension module
extension=http.so
; 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 = "crc32b"