- added http_get_request_body()
[m6w6/ext-http] / http_functions.c
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-17  Michael Wallner- warning hunt
2005-06-10  Michael Wallner- fix PHP_FUNCTION(http_split_response)
2005-06-10  Michael Wallner- ditch redundant http_split_response
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
2005-06-06  Michael Wallner- add http_match_request_header()
2005-05-30  Michael Wallner- docs
2005-05-25  Michael Wallner- update docs
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael WallnerI, moron
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-03  Michael Wallner- add debug callback
2005-05-03  Michael Wallner- add progress callback
2005-05-02  Michael Wallnerflush
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- unified cache_api function names
2005-04-13  Michael Wallner- use custom error function
2005-04-13  Michael Wallner* typo
2005-04-12  Michael Wallner- missing inluce
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-11  Michael Wallner- http_parse_headers() now accepts a callback for handl...
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* check initial length of arg_separator
2005-03-24  Michael Wallner* added arg_sep param ot http_build_query()
2005-03-21  Michael Wallner* fixing concept of phpstr dtor/free
2005-03-20  Michael Wallner* use phpstr
2005-03-18  Michael Wallner* improve http_send() and http_negotiate_q() code
2005-03-09  Michael Wallner* cpp stuff
2005-03-06  Michael Wallner* fix http_split_response[_ex]()
2005-03-06  Michael Wallner* tiny API adjustments
2005-03-05  Michael Wallner* much smarter & enhanced absolute_uri() using parse_url()
2005-03-05  Michael Wallner* medthod docs
2005-03-04  Michael Wallner* release 0.6.0
2005-03-03  Michael Wallner* reordering things for curl info and options a bit...
2005-02-26  Michael Wallner* fix EOF
2005-02-25  Michael Wallner* melt http_api down
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-24  Michael Wallner* prevent inclusion of winsock.h
2005-02-23  Michael Wallner* split into more reasonable modules