back to dev
[m6w6/ext-http] / php_http_env.c
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-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-04-22  Michael WallnerMerge branch 'R_2_0'
2014-04-22  Michael Wallnerfix JSON POST handler in PHP-5.6+
2014-01-02  Michael Wallnerbump year
2013-11-21  Michael Wallnerlet DEV_2 be trunk
2013-11-20  Michael Wallnerremoved awkward custom error handling and http\Object...
2013-11-05  Michael Wallner* standard return values
2013-10-09  Michael Wallnerfix with php://input from master
2013-05-19  Michael Wallner- less custom macro cruft
2013-02-03  Michael Wallnermerge raphf branch
2013-02-03  Michael Wallnersplit off raphf
2013-01-09  Michael WallnerFix bug #63947 $_POST set as NULL for GET when Content...
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-11-08  Michael Wallnerbetter PHP-5.3 compatibility
2012-11-07  Michael Wallner- add http\Env::getResponseStatusForAllCodes()
2012-05-10  Michael Wallneradd missing HTTP response status codes regarding to...
2012-05-09  Michael Wallneradd json content type handler if ext/json is present
2012-04-03  Michael Wallnercode cleanup
2012-03-30  Michael Wallnerreintegrate the DEV_2-client branch
2012-03-29  Michael Wallnerdon't crash if user extends abstract classes
2012-03-23  Michael Wallneradd population of _POST and _FILES for non-POST request...
2012-03-13  Michael Wallneradd some more tests; fix leak in php_http_env_get_respo...
2012-03-11  Michael Wallnerfix some compiler warnings
2012-03-07  Michael Wallneradd bool http\Message::isMultipart([&$boundary]) and...
2012-03-01  Michael Wallnerseparate http_env_request; add getQuer(), getPost(...
2012-02-13  Michael Wallnerpersistent handle fixes
2012-01-24  Michael Wallnermake sure we're not caught by uninitialized values
2012-01-23  Michael Wallnernegotiation test & fixes
2012-01-23  Michael Wallnerinitialize with NULL
2012-01-20  Michael Wallnertests & bugfixes
2012-01-14  Michael Wallnerjuggle around negotiation stuff
2012-01-09  Michael Wallnerheader cleanups and fix some warnings
2011-11-06  Michael Wallneruse the new params parser
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-14  Michael Wallnerhttp\Env::parseParams()
2011-06-12  Michael Wallnerthread safety
2011-06-10  Michael Wallnerseparate php_http_env_response and implement content...
2011-05-21  Michael Wallner* use the separator where applicable
2010-09-09  Michael Wallnercleanups & includes
2010-09-07  Michael Wallnerimport 2.0 devl branch, suitable for PHP-trunk