* attempt to be smarter than windows ;)
[m6w6/ext-http] / php_http.h
2005-03-10  Michael Wallner* attempt to be smarter than windows ;)
2005-03-09  Michael Wallner* pre-include winsock2.h
2005-03-09  Michael Wallner* cpp stuff
2005-03-09  Michael Wallner* I always forget to update that...
2005-03-06  Michael Wallner* added HTTPi_Request::getResponseCode()
2005-03-04  Michael Wallner* release 0.6.0
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-23  Michael Wallner* fix memory-leaks/pre-use-frees
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* curlbuf struct isn't needed any where else and breaks...
2005-02-19  Michael Wallner* fixed a LOAD of mem-leaks
2005-02-18  Michael Wallner* added HTTPi_Request::getResponseInfo(), ::setOptions...
2005-02-18  Michael Wallner* HTTPi_Request prototype
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-16  Michael Wallner* release 0.4.0
2005-02-13  Michael Wallner* -dev version
2005-02-11  Michael Wallner* added http.allowed_methods ini entry
2005-02-11  Michael Wallner* added http_get_request_headers()
2005-02-11  Michael Wallner* proper cpp indention
2005-02-10  Michael Wallner* version bump
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