- fix some warnings
[m6w6/ext-http] / php_http_message_object.h
2007-02-07  Michael Wallner- fix copyright year
2007-01-24  Michael Wallner- fix segvs with incompletely initialiezed HttpMessages
2007-01-23  Michael Wallner- add HttpMessage::fromEnv(int type[, string class_name])
2006-11-23  Michael Wallner- ditch usage of clunky HTTP_GSC/HTTP_GSP macros
2006-07-07  Michael Wallner- add HttpMessage::get(string $name)
2006-06-08  Michael Wallner- add HttpMessage::guessContentType()
2006-02-27  Michael Wallner- ditch warnings
2006-02-14  Michael Wallner- reverse request history
2006-02-14  Michael Wallner- changed HttpRequest::getHistory() to return a real...
2006-02-10  Michael Wallner- add 'encodecookies' request option (defaults to true...
2006-02-05  Michael Wallner- implement accessors to messages response status text
2006-01-20  Michael Wallner- add HttpMessage::toMessageTypeObject()
2006-01-19  Michael Wallner- add internal http_message_set_info()
2006-01-02  Michael Wallner- happy new year
2005-12-30  Michael Wallner- s/uri/url/gi
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-07  Michael Wallner- class HttpRequestPool implements Countable
2005-10-28  Michael Wallner- fix access to variables if HttpMessage is extended
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-09-12  Michael Wallner- added missing HttpMessage::setBody()
2005-05-22  Michael Wallner* flush *
2005-05-03  Michael Wallner- update property hash values
2005-05-02  Michael Wallnerflush
2005-04-29  Michael Wallner- yay, I guess this needs to be done by hand...
2005-04-27  Michael Wallner- ditch HttpMessage::__construct() and ::setRaw
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- added missing methods (except setBody) for HttpMessage
2005-04-12  Michael Wallner- renamed response.status to response.code
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