php-pecl-http/pecl_http.ini
Remi Collet 37634b59c9 - update to 2.0.0beta2
- also provides php-http
- remove old directives from configuration file
2012-11-29 12:24:23 +01:00

14 lines
425 B
INI

; Enable HTTP extension module
extension=http.so
; http://www.php.net/manual/en/http.configuration.php
; 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