implement curl multi options through http\Client::configure()
authorMichael Wallner <mike@php.net>
Tue, 10 Feb 2015 16:38:50 +0000 (17:38 +0100)
committerMichael Wallner <mike@php.net>
Tue, 10 Feb 2015 16:38:50 +0000 (17:38 +0100)
- add http\Client::configure()
  * options:
    * bool(use_eventloop)
    * bool(pipelining)
    * int(maxconnects)
    * int(max_total_connections)
    * int(max_host_connections)
    * int(max_pipeling_length)
    * int(chunk_length_penalty_size)
    * int(content_length_penalty_size)
    * array(pipelining_site_bl)
    * array(pipelining_server_bl)
- deprecate http\Client::enablePipelining()
- deprecate http\Client::enableEvents()


No differences found