summaryrefslogtreecommitdiffstats
path: root/pecl_http.ini
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-29 12:09:04 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-29 12:09:04 +0100
commit56e68d2e4755fcc5675606afe26edc85da9ed197 (patch)
treee1d0412e51fc72152f4254d911d6493d73502fdc /pecl_http.ini
parent9283f16c361dd927688e7d92209a9d6ac6493666 (diff)
php-pecl-http: 2.0.0beta2
Diffstat (limited to 'pecl_http.ini')
-rw-r--r--pecl_http.ini14
1 files changed, 0 insertions, 14 deletions
diff --git a/pecl_http.ini b/pecl_http.ini
index 87b98a4..f5f4205 100644
--- a/pecl_http.ini
+++ b/pecl_http.ini
@@ -11,17 +11,3 @@ extension=http.so
; 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
-