- exposed properties hould now be typesafe
[m6w6/ext-http] / php_http_request_object.h
2005-09-12  Michael Wallner- add missing support for raw post data (HttpRequest)
2005-09-08  Michael Wallner- ditch warnings
2005-08-16  Michael Wallner- API cleanup: remove unset*() methods and make set...
2005-07-27  Michael Wallner- increment refcount for HttpRequest object put into...
2005-07-26  Michael Wallner- fix refelction info for some methods of HttpRequest
2005-07-24  Michael Wallner- API juggling
2005-07-19  Michael Wallner- reflection awareness of HttpRequest
2005-06-14  Michael Wallner- fix request pool issues
2005-06-13  Michael Wallner- sanitize retreival of response info
2005-06-08  Michael Wallner- proper request pool cleanup
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-05-31  Michael Wallner- add put methods for HttpRequest
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-13  Michael Wallner- use custom error function
2005-04-12  Michael Wallner- split object code into separate files