- CURLOPT_COOKIELIST needs curl 7.15
[m6w6/ext-http] / http_util_object.c
2005-12-20  Michael Wallner- CURLOPT_COOKIELIST needs curl 7.15
2005-12-18  Michael Wallner- http_build_url() replaces http_absolute_(url|uri...
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-19  Michael Wallner- aliases for HttpUtil
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-17  Michael Wallner- fixed issues ifndef HTTP_HAVE_ZLIB and enable gzipped...
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-10-04  Michael Wallner- rename http_absolute_uri to http_build_uri (complemen...
2005-09-08  Michael Wallner- ditch warnings
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-07-24  Michael Wallner- no need to mark HttpUtil as final
2005-07-24  Michael Wallner- API juggling
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-07  Michael Wallner- crunch ARG_INFO
2005-05-30  Michael Wallner- might want to use HTTP_STATIC_ME_ALIAS() for other...
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-04-12  Michael Wallner- split object code into separate files