fix ZTS
[m6w6/ext-http] / php_http_client.h
2015-02-19  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2015-02-12  Michael Wallneradd http\Client::getAvailable{Options,Configuration}()
2015-02-10  Michael Wallnerimplement curl multi options through http\Client::confi...
2015-02-07  Michael WallnerMerge branch 'R_2_2'
2015-02-06  Michael Wallneroptimize frequent method calls
2015-02-03  Michael WallnerPOC for HTTP2 support
2014-08-05  Michael WallnerMerge branch 'merge-DEV_2'
2014-01-02  Michael Wallnerbump year
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2013-05-19  Michael Wallner- less custom macro cruft
2013-04-05  Michael Wallnerclient test and fixes
2013-03-28  Michael Wallnercodename: client meltdown
2013-02-03  Michael Wallnermerge raphf branch
2013-02-03  Michael Wallnersplit off raphf
2012-12-12  Michael Wallnerremove pass_state callback flag
2012-05-30  Michael Wallner* split request and response message parsers, so the...
2012-04-12  Michael Wallneradd http\Client\AbstractClient#request(string method...
2012-03-30  Michael Wallnerreintegrate the DEV_2-client branch
2012-03-30  Michael Wallnerlet the request be able to carry client options
2012-03-29  Michael Wallnerdon't crash if user extends abstract classes
2012-03-27  Michael Wallnerre-enable the factory
2012-03-27  Michael Wallnermake the pool functional again
2012-03-27  Michael Wallnerlet the ctor honor the options array too
2012-03-26  Michael Wallneradd current state of refactoring