missing file in archive
[m6w6/ext-http] / php_http_env_response.c
2015-03-12  Michael WallnerMerge branch 'R_2_3'
2015-03-02  Michael WallnerSTATUS -> ZEND_RESULT_CODE
2015-02-19  Michael Wallnermissing backport from phpng branch
2015-02-19  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2015-02-13  Michael Wallneruse the chunked_encode stream filter
2015-02-13  Michael Wallnerbuffer headers instead of single-writes
2015-02-07  Michael WallnerMerge branch 'R_2_2'
2015-02-05  Michael Wallnerimplement restrictions on TE
2015-02-05  Michael WallnerCURLOPT_PROXYHEADER support; default chunked encoding...
2014-11-11  Michael Wallneradd http\Env\Response::setCookie()
2014-11-07  Michael Wallnerdon't abuse STR_FREE; ditch http\Url::parse(); fix...
2014-11-07  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-11-06  Michael WallnerMerge branch 'R_2_1'
2014-11-06  Michael WallnerFixed bug #66891 (Unexpected HTTP 401 after NTLM authen...
2014-09-01  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-08-11  Michael Wallnerfix PHP-5.3 compatibility
2014-08-05  Michael WallnerMerge branch 'merge-DEV_2'
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-10  Michael Wallnerbetter reporting whether the response was sent out...
2014-01-02  Michael Wallnerbump year
2013-11-25  Michael Wallnerfixed a bug with multiple ob_start() on http\Env\Respon...
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2013-11-20  Michael Wallnerremoved awkward custom error handling and http\Object...
2013-11-08  Michael Wallnerconsolidate return values
2013-05-19  Michael Wallner- less custom macro cruft
2013-01-04  Michael Wallner- we have const APIs in 5.4+ and do not care about...
2012-12-22  Michael Wallnersafety guards for objects which di not set the intern...
2012-12-21  Michael Wallnermerged bodycount branch
2012-12-21  Michael Wallnerimplement message body reference counting
2012-12-20  Michael Wallnermerged response-streams branch
2012-12-20  Michael Wallneradd stream support for http\Env\Response
2012-12-13  Michael Wallnerremove superfluous buffer macros
2012-12-12  Michael Wallneruse array_list
2012-12-09  Michael Wallnerfix caching by last modified
2012-11-08  Michael Wallnerbetter PHP-5.3 compatibility
2012-06-17  Anatoliy Belskyfixes for windows and 5.3 compatibility
2012-04-04  Michael Wallnerfix bug #64111
2012-04-03  Michael Wallnercode cleanup
2012-03-20  Michael Wallneruse a http\Params like array as content disposition
2012-03-11  Michael Wallneradd ob handler http\Env\Response::__invoke() appending...
2012-03-10  Michael Wallnerfix wrong assumption in php_http_env_is_response_cached...
2012-03-01  Michael Wallnercache only standard GET/HEAD by default
2012-02-13  Michael Wallnerfix etag handling
2012-01-23  Michael Wallneretag test & fixes; set default etag mode for temp strea...
2012-01-10  Michael Wallnerheader cleanups; fix IDE warnings
2012-01-09  Michael Wallnerheader cleanups and fix some warnings
2011-11-06  Michael Wallnerignore the length of an env request header
2011-07-28  Michael Wallnerbuild and file maintenance
2011-07-28  Michael Wallneruse zend_symtable where appropriate
2011-07-27  Michael Wallnerfix some warnings
2011-07-27  Michael Wallneruse userland friendly namespaces
2011-06-12  Michael Wallnerthread safety
2011-06-10  Michael Wallnerseparate php_http_env_response and implement content...