add Client::configure option to disable the share
authorMichael Wallner <mike@php.net>
Tue, 24 May 2016 14:43:11 +0000 (16:43 +0200)
committerMichael Wallner <mike@php.net>
Tue, 24 May 2016 14:46:33 +0000 (16:46 +0200)
commita2aa970a129880a247baea08927f0d84188a0b19
treeb2290429b1ed64d2efc8aa3d6ed1599fd0d82489
parentd28ddced9537977072dff996ccbb69f421ce48cf
add Client::configure option to disable the share

Provide http\Client::configure() options (share_cookies, share_ssl) to
en/disable sharing of cookies and ssl session info through CURLSH.
src/php_http_client_curl.c
tests/client021.phpt