fix #11
[m6w6/ext-http] / php_http_params.c
2015-08-07  Michael WallnerMerge branch 'master' into phpng
2015-07-20  Michael Wallnerlingering TSRM macros
2015-06-16  Michael Wallnerfix macro usage
2015-06-12  Michael Wallnerfix bad merge; keys were serialized twice
2015-06-12  Michael WallnerMerge branch 'master' into phpng
2015-05-21  Michael Wallnerfix http\Params::__toString() with RFC5988 payload...
2015-05-07  Michael Wallnerrfc5988 fixes
2015-04-27  Michael Wallnerbasic support for RFC5988 (Web Linking)
2015-03-12  Michael WallnerMerge branch 'master' into phpng
2015-02-19  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2015-02-18  Michael WallnerMerge branch 'master' into phpng
2015-02-08  Michael WallnerMerge branch 'master' into phpng
2015-01-22  Michael Wallnerfix handling of indirect zvals of properties hashtables
2015-01-22  Michael Wallnerzend_read_property API update
2015-01-22  Michael Wallnerext/standard API updates
2015-01-19  Michael Wallnerfix query string
2015-01-18  Michael Wallnerfixup php_http_params
2015-01-18  Michael Wallnerzend_hash_get_current_key_ex does not accept NULL for...
2015-01-15  Michael Wallnerflush WIP
2014-11-07  Michael Wallnerdon't abuse STR_FREE; ditch http\Url::parse(); fix...
2014-09-01  Remi ColletMerge branch 'master' of git.php.net:/pecl/http/pecl_http
2014-08-19  Michael Wallnerfix invalid read
2014-08-06  Michael WallnerMSVC dumbness
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-29  Michael Wallnersave funccall
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-10  Michael WallnerMerge branch 'R_2_0'
2014-07-10  Michael WallnerMerge branch 'R_2_0'
2014-07-10  Michael WallnerMerge branch 'R_2_0'
2014-07-10  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael Wallnerdo not consider slashes escape-worthy!
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-09  Michael WallnerMerge branch 'R_2_0'
2014-07-08  Michael WallnerMerge branch 'R_2_0'
2014-04-24  Michael Wallnerfix ZTS
2014-04-24  Michael WallnerMerge branch 'R_2_0'
2014-04-24  Michael WallnerMerge branch 'R_2_0'
2014-04-22  Michael WallnerMerge branch 'R_2_0'
2014-04-17  Michael WallnerMerge branch 'R_2_0'
2014-04-04  Michael WallnerMerge branch 'R_2_0'
2014-04-04  Michael WallnerMerge branch 'R_2_0'
2014-01-17  Michael WallnerMerge branch 'R_2_0'
2014-01-17  Michael Wallnerproper character escaping
2014-01-16  Michael Wallnerfix regression
2014-01-16  Michael Wallnercompleted rfc5987 support
2014-01-16  Michael Wallnerrfc5987 support
2014-01-15  Michael Wallnerrfc5987 preparations
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-05-19  Michael Wallner- less custom macro cruft
2012-12-20  Michael Wallnermerged response-streams branch
2012-12-20  Michael Wallneradd stream support for http\Env\Response
2012-12-14  Michael Wallnersimple escape/quotes support for the params parser
2012-12-13  Michael Wallnerseparate zval, so source is not urlencoded
2012-12-12  Michael Wallnerno need to separate the zval here
2012-12-12  Michael Wallnerre-implement params serializer
2012-06-17  Anatoliy Belskyfixes for windows and 5.3 compatibility
2012-04-12  Michael Wallnerfiy a serialization issue; always add "arguments" key...
2012-04-05  Michael Wallnerfixed this parser bug; removed old code
2012-04-05  Michael Wallnerfix serialization of http\Params; one test still fails...
2012-04-04  Michael Wallnerfix bug #64111
2012-04-03  Michael Wallnercode cleanup
2012-03-30  Michael Wallnerreintegrate the DEV_2-client branch
2012-03-29  Michael Wallneroperate directly on the querystring of the request url
2012-03-20  Michael Wallnerallow arguments at first level, i.e. the following...
2012-03-15  Michael Wallnermove the param string builder into it's own function
2012-03-11  Michael Wallnerfix some compiler warnings
2012-03-08  Michael Wallneradd simple (de)quote and (de)escape capabilities to...
2012-02-13  Michael Wallnerfix crash due to mixed up params order
2012-01-24  Michael Wallnercookie test & fixes
2012-01-16  Michael Wallnerfix arginfo
2012-01-10  Michael Wallnerheader cleanups; fix IDE warnings
2012-01-09  Michael Wallnerheader cleanups and fix some warnings
2011-11-06  Michael Wallnernew params parser
2011-07-28  Michael Wallnerbuild and file maintenance
2011-07-27  Michael Wallnerfix some warnings
2011-06-12  Michael Wallnerthread safety
2010-09-07  Michael Wallnerimport 2.0 devl branch, suitable for PHP-trunk