- solve that another way
[m6w6/ext-http] / php_http.h
2006-02-05  Michael Wallner- solve that another way
2006-02-03  Michael Wallner- prepare v.22 release
2006-01-27  Michael Wallner- fix win32 build
2006-01-19  Michael Wallner- some housekeeping
2006-01-11  Michael Wallner- fix http_get_request_body()
2006-01-10  Michael Wallner- enable zlib by default
2006-01-08  Michael Wallner- version bump
2006-01-03  Michael Wallner- prepare release 0.21.0
2006-01-02  Michael Wallner- happy new year
2005-12-29  Michael Wallner- revised request_method api
2005-12-26  Michael Wallner- fix build
2005-12-26  Michael Wallner- add ob_(deflate|inflate)handler
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-15  Michael Wallner- start open_basedir checks
2005-12-15  Michael Wallner- release 0.20.0
2005-12-14  Michael Wallner- export http_parse_cookie()
2005-12-13  Michael Wallner- remove http_compress() and http_uncompress() (deflate...
2005-12-12  Michael Wallner- fix warning
2005-12-11  Michael Wallner- reimplement major parts of the request api
2005-12-11  Michael Wallner- require libcurl-7.12.3
2005-11-29  Michael Wallner- implement feature request: 'bodyonly' request option;
2005-11-22  Michael Wallner- module/includes cleanup
2005-11-21  Michael Wallner- drop mhash support
2005-11-19  Michael Wallner- add http_negotiate_content_type()
2005-11-17  Michael Wallner-fix Countable not available in WONKY
2005-11-16  Michael Wallner- use right version
2005-11-08  Michael Wallner- added INI setting http.force_exit which can be used...
2005-11-08  Michael Wallner- FOREACH macros now require a HashPosition argument
2005-11-07  Michael Wallner- changelog
2005-11-04  Michael Wallner- update for release 0.17.0
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-20  Michael Wallner- http_support() claimed there's no SSL support ifndef ZTS
2005-10-19  Michael Wallner- release 0.16
2005-10-13  Michael Wallner- http_globals.gzip_encoding needs to be sort of a...
2005-10-13  Michael Wallner- independency from ext/zlib
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- changelog
2005-10-04  Michael Wallner- rename http_absolute_uri to http_build_uri (complemen...
2005-10-04  Michael Wallner- release 0.14.2
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-30  Michael Wallner- release 0.14.1
2005-09-30  Michael Wallner- fix PHP5 build
2005-09-26  Michael Wallner- release 0.14.0
2005-09-12  Michael Wallner- add missing support for raw post data (HttpRequest)
2005-09-09  Michael Wallner- fire release
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-01  Michael Wallner- bump version
2005-08-26  Michael Wallner- release
2005-08-25  Michael Wallner- fix includes
2005-08-25  Michael Wallner- add etag generation through mhash
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-09  Michael Wallner- add PHP_FUNCTION(http_parse_message) -- http_get...
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
next