diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:06:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:06:04 +0200 |
commit | 3a867b18b33b4bd55e40ab2f448e0bec57ffac62 (patch) | |
tree | 2ca3e676b7dbc1639719d25dfe4799198be82f2f /pecl_http.ini |
repo reorg
Diffstat (limited to 'pecl_http.ini')
-rw-r--r-- | pecl_http.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/pecl_http.ini b/pecl_http.ini new file mode 100644 index 0000000..87b98a4 --- /dev/null +++ b/pecl_http.ini @@ -0,0 +1,27 @@ +; 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 + +; Whether the global HttpRequestDataShare should by default share connect information. +; This is not yet implemented in libcurl. +;http.request_datashare.connect = 0 + +; Whether the global HttpRequestDataShare should by default share cookie information. +;http.request_datashare.cookie = 0 + +; Whether the global HttpRequestDataShare should by default share name lookup information. +;http.request_datashare.dns = 1 + +; Whether the global HttpRequestDataShare should by default share SSL session information. +; This is not yet implemented in libcurl. +;http.request_datashare.ssl = 0 + |