fix leak
[m6w6/ext-http] / tests /
2014-08-02  Remi Colletslip online test
2014-08-02  Remi Colletset always_populate_raw_post_data=-1 to avoid failed...
2014-08-02  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-07-11  Michael WallnerMerge branch 'R_2_0'
2014-07-11  Michael WallnerMerge branch 'R_2_0'
2014-07-11  Michael WallnerMerge branch 'R_2_0'
2014-07-11  Michael WallnerMerge branch 'R_2_0'
2014-07-11  Michael Wallnerfix test
2014-07-10  Michael Wallnerbetter reporting whether the response was sent out...
2014-07-10  Michael WallnerMerge branch 'R_2_0'
2014-07-10  Michael Wallnerrm phpunit.phpt
2014-07-10  Michael Wallnerunfold cookie tests and fix variable type inconsitency
2014-07-10  Michael WallnerMerge branch 'R_2_0'
2014-07-10  Michael Wallneradd boundary check
2014-07-10  Michael WallnerMerge branch 'R_2_0'
2014-07-10  Michael Wallnerfix expectation
2014-07-10  Michael WallnerMerge branch 'R_2_0'
2014-07-10  Michael Wallnerunfold message body tests
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallneraddcslashes seems to use the octal form to escape nils
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallnerport querystring tests
2014-07-09  Michael Wallnerunfold encoding tests
2014-07-09  Michael Wallnerunfold url tests
2014-07-09  Michael Wallnerunfold param tests
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallnerfix gc issue with json post
2014-07-09  Michael Wallnerfix refcount issue with env request body
2014-07-09  Michael Wallnerfix refcount issue with message bodies
2014-07-09  Michael Wallnerfixup testsuite for new remote endpoint
2014-07-08  Michael WallnerMerge branch 'R_2_0'
2014-04-24  Michael WallnerMerge branch 'R_2_0'
2014-04-24  Michael WallnerMerge branch 'R_2_0'
2014-04-24  Michael Wallnerreset the content length when the body was reset
2014-04-22  Michael WallnerMerge branch 'R_2_0'
2014-04-17  Michael WallnerMerge branch 'R_2_0'
2014-04-16  Michael Wallnertest fix
2014-04-16  Michael Wallnerfix tests
2014-04-04  Michael WallnerMerge branch 'R_2_0'
2014-04-04  Michael WallnerMerge branch 'R_2_0'
2014-01-17  Michael Wallnerfix test
2014-01-17  Michael WallnerMerge branch 'R_2_0'
2014-01-16  Michael Wallnerfix regression
2014-01-16  Michael Wallneradd tests
2014-01-16  Michael Wallnerfix skipif
2014-01-03  Michael Wallnerfix SKIPIF
2014-01-02  Michael Wallnerfix bug #66388 (Crash on POST with Content-Length:0...
2013-11-25  Michael Wallnerfixed a bug with multiple ob_start() on http\Env\Respon...
2013-11-23  Anatoliy Belskyfixed some tests for windows
2013-11-22  Michael Wallnerfix tests with short_open_tags off
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2013-03-03  Michael Wallnerrelease 1.7.5
2012-02-21  Michael Wallnerfix tests
2012-02-17  Michael Wallnerhack PHP_5_4 compatibility into v1
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
next