From 56e68d2e4755fcc5675606afe26edc85da9ed197 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Nov 2012 12:09:04 +0100 Subject: php-pecl-http: 2.0.0beta2 --- pecl_http.ini | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'pecl_http.ini') 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 - -- cgit