fix PHP-73185
[m6w6/ext-http] / src /
2016-10-04  Michael Wallnerfix PHP-73185
2016-09-14  Michael Wallnercoverity fix
2016-09-14  Michael Wallnercoverity fix
2016-09-14  Michael Wallnercoverity fixes
2016-09-14  Michael Wallnernew curlinfo
2016-09-12  Michael Wallnerfix bug #73055
2016-09-07  Michael Wallnerattempt to fix that HTTP/2 nonsense
2016-09-06  Michael Wallner5.3 compatibility
2016-08-23  Michael Wallneravoid recursive calls to the event loop dispatcher
2016-08-23  Michael Wallneravoid recursive calls to the event loop dispatcher
2016-08-17  Michael Wallnerrestore append functionality of http\Message::addHeaders
2016-08-17  Michael Wallnererror control for http\Url
2016-08-10  Michael WallnerFix #50
2016-07-27  Michael Wallnerfix #46 (HTTP/2 response message parsing broken with...
2016-07-13  Michael Wallnerproper fix for #47
2016-07-13  Michael Wallnerfix #47
2016-06-21  Michael WallnerAdd http\Client::setDebug(callable $debug) and constants
2016-06-16  Michael Wallnerreturn count of still unfinished requests from run...
2016-06-15  Michael WallnerMFH header fixes
2016-06-13  Michael Wallnerfix undefined symbol ZEND_ASSERT
2016-06-13  Michael Wallneruser event loop support for the curl client
2016-06-07  Michael Wallnermodularize curl event handler
2016-06-06  Michael Wallnerremember qs args without value and with empty value
2016-06-06  Michael Wallnerimprove negotiation precision
2016-06-06  Michael Wallnerfix regression introduced with http\Params::PARSE_RFC5987
2016-06-01  Michael WallnerAllow IDNA/punycode hosts
2016-05-24  Michael Wallnerwe need libcurl 7.21.5 for UNKNOWN_OPTION and 7.23...
2016-05-24  Michael Wallnerfix error messages of curlm_set_option
2016-05-24  Michael Wallneradd Client::configure option to disable the share
2016-05-24  Michael Wallnerwrap more options behind feature checks
2016-05-23  Michael Wallneravoid 'error: Success' condition
2016-05-23  Michael Wallnersane cookie handling for the client
2016-04-27  Michael Wallnerfix typos
2016-04-27  Michael Wallnerfix issue #39
2016-04-27  Michael Wallnerallow setting proxyhost request option to NULL
2016-04-26  Michael Wallnercurl version and feature constants
2016-04-26  Michael Wallnerlet the client share cookies/tls sessions
2016-04-13  Michael Wallnerreset errorcode
2016-04-01  Michael Wallneradd/improve configure checks for default CA bundle...
2016-03-31  Michael Wallnerallow setting multiple headers with the same name
2016-03-09  Michael Wallneradd CURL_HTTP_VERSION_2TLS
2016-03-09  rc0rPossible null pointer dereference in php_http_url_mod...
2016-03-09  Michael Wallnerfix bug #71719 (Buffer overflow in HTTP url parsing...
2016-01-21  Michael WallnerSSL_VERIFYSTATUS is only availbe for nss, gtls and...
2015-12-03  Michael WallnerFix gh-issue #16
2015-09-28  Michael Wallnerattempt to implement some personal standards