* compatibility with older libcurl versions, take 2
[m6w6/ext-http] / php_http.h
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