- be smart about internal/user zvals, though it's not actually used
[m6w6/ext-http] / php_http.h
2005-08-01  Michael Wallner- simplify http_send_header API
2005-08-01  Michael Wallner- release 0.11.0
2005-07-29  Michael Wallner- fix INI entries
2005-07-26  Michael Wallner- bump version
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-15  Michael Wallner- bump version
2005-06-15  Michael Wallner- release 0.9.0
2005-06-14  Michael Wallner- needs to be a pointer
2005-06-13  Michael Wallner- fix mem-leaks with http_curl_callback_ctx
2005-06-07  Michael Wallner- crunch ARG_INFO
2005-06-07  Michael Wallner- flush version
2005-06-06  Michael Wallner- add http_match_request_header()
2005-05-31  Michael Wallner- prepare 0.8.0
2005-05-30  Michael Wallner- need module number for registering constants
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-04-26  Michael Wallner- unify script termination
2005-04-26  Michael Wallner- unified cache_api function names
2005-04-13  Michael Wallner- no global curlbuf anymore
2005-04-12  Michael Wallner- even better use a object struct member for that crap
2005-04-12  Michael Wallner- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
2005-04-12  Michael Wallner- split object code into separate files
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* update version info
2005-03-24  Michael Wallner* renamed HttpRequest::addHeader() to ::addHeaders...
2005-03-22  Michael Wallner* move include to top
2005-03-21  Michael Wallner* try the direct way
2005-03-20  Michael Wallner* rename classes according CS
2005-03-17  Michael Wallner* added HTTPi_Request::unsetOptions(), HTTPi_Request...
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