let the client share cookies/tls sessions
authorMichael Wallner <mike@php.net>
Tue, 26 Apr 2016 12:04:41 +0000 (14:04 +0200)
committerMichael Wallner <mike@php.net>
Tue, 26 Apr 2016 12:04:41 +0000 (14:04 +0200)
commit4dc1747e462dff009e7cf1ef63dfb2279a9e37b5
tree4e18b6c59f72107e340ae21a1a6592a2a4675132
parent6e194a97041191f4f3ec8eea68e9d5aba458a6d7
let the client share cookies/tls sessions

A curl client handle now contains a curl_multi and a curl_share handle.

Test client021.phpt still fails, so somethings still at odds here.
src/php_http_client_curl.c
tests/client021.phpt
tests/client027.phpt [new file with mode: 0644]
tests/helper/dump.inc
tests/helper/server.inc