- correct package name
[m6w6/ext-http] / php_http_api.h
2005-09-23  Michael Wallner- fixed a gotcha in http_chunked_decode (-size_t is...
2005-09-13  Michael Wallner- type safety for properties
2005-09-13  Michael Wallner- type safety for properties
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-24  Michael Wallner- single LF aware http_chunked_decode()
2005-08-23  Michael Wallner- ditch http_split_response()
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-13  Michael Wallner- add PHP_ATTRIBUTE_FORMAT
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-05-25  Michael Wallner- ws
2005-05-25  Michael Wallner- typo
2005-05-02  Michael Wallnerflush
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- unify script termination
2005-04-26  Michael Wallner- http_ob_etaghandler() belongs to the cache_api now
2005-04-26  Michael Wallner- unified cache_api function names
2005-04-13  Michael Wallner- added custom error function which is able to throw...
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* added http_parse_cookie()
2005-03-20  Michael Wallner* signature fixes
2005-03-18  Michael Wallner* improve http_send() and http_negotiate_q() code
2005-03-15  Michael Wallner* fixed/improved ranges support
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-02-26  Michael Wallner* fix EOF
2005-02-25  Michael Wallner* melt http_api down
2005-02-25  Michael Wallner* ditch warnings
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-23  Michael Wallner* split into more reasonable modules
2005-02-22  Michael Wallner* added POST support to HTTPi_Request
2005-02-21  Michael Wallner* fixed typo
2005-02-18  Michael Wallner* HTTPi_Request prototype
2005-02-18  Michael Wallner* hopefully satisfying snaps.php.net
2005-02-18  Michael Wallner* simplify HTTPi_Response::send() a lot
2005-02-17  Michael Wallner* HTTPi_Response mostly done
2005-02-17  Michael Wallner* preparations for the OO interface
2005-02-16  Michael Wallner* added ob_httpetaghandler() (has major limitations...
2005-02-11  Michael Wallner* added http_get_request_headers()
2005-02-11  Michael Wallner* http_auth_header() should return the status of http_s...
2005-02-11  Michael Wallner* proper cpp indention
2005-02-10  Michael Wallner* rename http_parse_header to http_parse_headers
2005-02-09  Michael Wallner* separate http_parse_header() function (doesn't suppor...
2005-02-09  Michael Wallner* attempt to make http_build_query available for PHP4
2005-02-09  Michael Wallner* attempt to fix snap-build
2005-02-08  Michael Wallner* fixed http_cache_last_modified(): if parameter was...
2005-02-07  Michael Wallner* more intuitive support for headers and cookies (assoc...
2005-02-04  Michael Wallner* add to pecl