diff options
Diffstat (limited to 'pecl_http.ini')
-rw-r--r-- | pecl_http.ini | 14 |
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 - |