ensure options are applied before the headers are set
[m6w6/ext-http] / tests /
2013-08-12  Michael Wallnertest reafactoring; release beta5
2013-07-16  Michael Wallnerconverted phpunit ClientRequestTest to PHPTs
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-03-03  Michael Wallnerrelease 1.7.5
2013-03-02  Michael Wallnerfix tests
2013-02-03  Michael Wallnermerge raphf branch
2013-02-03  Michael Wallnersplit off raphf
2012-12-31  Michael Wallnerfix explicit php version in test
2012-12-31  Michael Wallnerprepare beta4
2012-12-31  Michael Wallner%d object handle id
2012-12-31  Michael Wallnerfixed message var_dump with inherited property with...
2012-12-20  Michael Wallnermerged response-streams branch
2012-12-20  Michael Wallneradd stream support for http\Env\Response
2012-12-14  Michael Wallnerdisable for 5.3
2012-12-12  Michael Wallnercatch CRs with %c and remove XFAIL
2012-12-12  Michael Wallnertests++
2012-12-09  Michael Wallnertests++
2012-11-08  Michael Wallnerbetter PHP-5.3 compatibility
2012-11-07  Michael Wallner- add http\Env::getResponseStatusForAllCodes()
2012-10-28  Michael Wallner80%+ test coverage
2012-07-30  Michael Wallnertest http\Url::SANITIZE_PATH
2012-07-30  Michael Wallnertest parsing messages from stream
2012-05-09  Michael Wallneradd json content type handler if ext/json is present
2012-04-04  Michael Wallnerfix bug #64111
2012-03-30  Michael Wallnerrelease dev10
2012-03-26  Michael Wallneradd missing tests
2012-03-22  Michael Wallnerremove 90% of the request method cruft; request methods...
2012-03-20  Michael Wallnerremove lots of unused code; tests++; speed up php_http_...
2012-03-20  Michael Wallneruse a http\Params like array as content disposition
2012-03-17  Michael Wallnerrename http\Env\Request::getPost() to getForm(), becaus...
2012-03-15  Michael Wallnerduh, test before commit!; remove errenous additional...
2012-03-13  Michael Wallneradd some more tests; fix leak in php_http_env_get_respo...
2012-03-10  Michael Wallnerfix wrong assumption in php_http_env_is_response_cached...
2012-03-08  Michael Wallnersanitized negotiation code
2012-03-01  Michael Wallnerfix tests; fix leaks in new http\Env\Request methods...
2012-02-21  Michael Wallnerfix tests
2012-02-17  Michael Wallnerhack PHP_5_4 compatibility into v1
2012-02-13  Michael Wallnertests
2012-02-01  Michael Wallnerremove that awkward and error prone global request...
2012-02-01  Michael WallnerHTTP info test & fixes
2012-01-25  Michael Wallnerquerystring test & fix
2012-01-23  Michael Wallneretag test & fixes; set default etag mode for temp strea...
2012-01-23  Michael Wallnernegotiation test & fixes
2012-01-23  Michael Wallnerfilter tests & fixes
2012-01-20  Michael Wallnertests & bugfixes
2012-01-19  Michael Wallnertests
2012-01-18  Michael Wallnerbastardize property proxy even more -- sorry that dev3...
2012-01-09  Michael Wallnerheader cleanups and fix some warnings
2011-05-21  Michael Wallnertests
2009-12-29  Michael Wallnerfix tests
2009-07-22  Michael Wallnerfix bug #16700
2009-03-17  Michael Wallnerfix HttpMessage::toMessageTypeObject()
2009-02-12  Michael WallnerFixed bug #15800
2008-12-05  Michael Wallneradd test & prepare release
2008-07-11  Michael Wallnerfix bug #14218 Class' extending HttpMessage properties...
2008-05-15  Michael Wallnerfix tests
2008-02-08  Michael Wallner5.3->5.2.5
2008-02-07  Michael Wallnerupgrade test suite to 5.3
2007-09-28  Michael Wallner- add missing PHP closing tag
2007-09-26  Michael Wallner- revert moronic fix and supply a real one, obviously...
2007-09-26  Michael Wallner- fixup tests
2007-09-25  Michael Wallner- fix SKIPIF for PHP4
2007-09-18  Michael Wallner- error message has changed again
2007-08-29  Michael Wallner- fix bug #11929 http_negotiate_* does not return defau...
2007-08-21  Michael Wallner- fix tests
2007-06-06  Michael Wallner- fix tests
2007-05-16  Michael Wallner- libevent diagnostics
2007-05-02  Michael Wallner- better timeout handling
2007-04-20  Michael Wallner- fix tests
2007-02-23  Nuno Lopesreduce the amount of work or the gcov machine timesout...
2007-02-11  Michael Wallner- tests
2007-02-09  Michael Wallner- include everything in http.c
2007-02-09  Michael Wallner- finalize persistent handle support (probably)
2007-02-07  Michael Wallner- add pers. handles test
2007-02-02  Michael Wallner- deprecate HttpRequest::*RawPostData() in favour of...
2007-01-24  Michael Wallner- more fixes for empty message info
2006-11-22  Michael Wallner- no more PHP-5.0 only tests
2006-11-22  Michael Wallner- improve response performance
2006-10-17  Michael Wallner- fix unsetting response headers
2006-09-29  Michael Wallner- fix tests
2006-09-13  Michael Wallner- fix typo
2006-09-13  Michael Wallner- add HttpRequestDataShare (interface to curl_share)
2006-08-25  Michael Wallner- disallow detaching requests while executing progress...
2006-08-24  Michael Wallner - added HttpException::__toString() which takes care...
2006-08-24  Michael Wallner- add test for crash when detaching request from pool...
2006-08-21  Michael Wallner- fix a load of issues with inheritance and cloning
2006-07-08  Michael Wallner- fix HttpQueryString failures with objects as argument
2006-06-22  Michael Wallner- re-add mysteriously missing file
2006-06-08  Michael Wallner- add HttpMessage::guessContentType()
2006-06-02  Michael Wallner- move some cruft of http_request_api.c to php_http_req...
2006-06-01  Michael Wallner+ Added INI entries: http.log.not_found, http.send...
2006-05-27  Michael Wallner- fix usage of request time
2006-05-22  Michael Wallner- adjust cookie handling to work better together with...
2006-05-21  Michael Wallner- fix cookie handling
2006-05-20  Michael Wallner- fix retval of http_parse_params
2006-04-22  Michael Wallner- split off query strin API and use it in
2006-04-13  Michael Wallner- release 1.0.0RC3
2006-04-05  Michael Wallner- http_parse_headers has become more strict
next