Fixed bug #15800
[m6w6/ext-http] / tests /
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
2006-03-28  Michael Wallner- fix too aggressive caching behavour of HttpResponse
2006-03-19  Michael Wallner- some test fixup
2006-03-19  Michael Wallner- fix HttpQueryString::xlate()
2006-03-08  Michael Wallner- fix http_build_str(): urlencode [] brackets
2006-03-07  Michael Wallner- rename HttpQueryString::getInstance() to HttpQueryStr...
2006-03-06  Michael Wallner- split off files from tutorial.txt into lib/*.php
2006-02-27  Michael Wallner- ditch warnings
2006-02-24  Michael Wallner- add test
2006-02-16  Michael Wallner- add support for If-Range header
2006-02-16  Michael Wallner- fixed message chain order in HttpRequest::getHistory()
2006-02-15  Michael Wallner- really fix http_parse_cookie()
2006-02-14  Michael Wallner- reverse request history
2006-02-11  Michael Wallner- spawn off http_cookie_api
2006-02-10  Michael Wallner- make http_parse_cookie() "quoted string" aware and...
2006-02-10  Michael Wallner- add 'encodecookies' request option (defaults to true...
2006-02-05  Michael Wallner- implement accessors to messages response status text
2006-02-05  Michael Wallner- solve that another way
2006-02-03  Michael Wallner- fix endless loop in http_build_url() with urls like...
2006-01-30  Michael Wallner- remove HttpQueryString::del() and ::mod() can be...
2006-01-30  Michael Wallner- fix some typos
2006-01-27  Michael Wallner- add/update tests
2006-01-20  Michael Wallner- add HttpMessage::toMessageTypeObject()
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-10  Michael Wallner- use http_get_request_body() on the server side
2006-01-10  Michael Wallner- enable zlib by default
2006-01-06  Michael Wallner- http_request_defaults() already takes care of resetti...
2006-01-02  Michael Wallner- happy new year
2005-12-30  Michael Wallner- s/uri/url/gi
2005-12-30  Michael Wallner- add another stream filter test
2005-12-30  Michael Wallner- finish work on encoding api
2005-12-29  Michael Wallner- revised request_method api
2005-12-28  Michael Wallner- add test
2005-12-28  Michael Wallner- fix crash with custom content-type when no other...
2005-12-28  Michael Wallner- return zvals directly and don'T assume a type
2005-12-28  Michael Wallner- hopefully some more appropriate fixes for the zval...
2005-12-27  Michael Wallner- update package
2005-12-27  Michael Wallner- add flush() to HttpDeflateStream and HttpInflateStream
2005-12-26  Michael Wallner- add HttpDeflateStream and HttpInflateStream objects
2005-12-26  Michael Wallner- avoid NULL urls
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
2005-12-23  Michael Wallner- add phpstr_shrink()
2005-12-22  Michael Wallner- fix resetting post fields
2005-12-21  Michael Wallner- remove debug code
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-18  Michael Wallner- remove the temp file
2005-12-18  Michael Wallner- add gzip stream filter test
2005-12-18  Ilia AlshanetskyFixed test
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-13  Michael Wallner- implement more of those useful allocation relays
2005-12-12  Michael Wallner- made the silently failing message parser raise some...
2005-12-10  Michael Wallner- fix config.m4
2005-12-10  Michael Wallner- tests fixup
2005-12-07  Michael Wallner- PHPUnit HttpUtil
next