- fix occurrence of PHPSTR_LEN(x) = 0;
[m6w6/ext-http] / http_functions.c
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-04  Michael Wallner- fix php4 build
2005-11-01  Michael Wallner- own, simpler hash urlencoder
2005-10-28  Michael Wallner- no HttpMessage property access by reference
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-17  Michael Wallner- fix previous commit and adjust tests
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-11  Michael Wallner- release
2005-10-11  Michael Wallner- docs
2005-10-11  Michael Wallner- fix memleak when http_get() etc intermit unexpectedly
2005-10-11  Michael Wallner- typos
2005-10-11  Michael Wallner- add http_support() for probing features that depend...
2005-10-10  Michael Wallner- initialize default compression level
2005-10-10  Michael Wallner- add compression functions to userspace
2005-10-10  Michael Wallner- move the chunked decoder to the encoding_api
2005-10-10  Michael Wallner- add own zlib layer
2005-10-09  Michael Wallner- some minor strlen() and strlcat() tweaks
2005-10-05  Michael Wallner- changelog
2005-10-05  Michael Wallner- new signature for the negotiator, which doesn't mix...
2005-10-04  Michael Wallner- better inline docs part #1
2005-10-04  Michael Wallner- rename http_absolute_uri to http_build_uri (complemen...
2005-09-30  Michael Wallner- support for the "right way" (tm) to redirect post...
2005-09-16  Michael Wallner- new negotiator + test
2005-09-15  Michael Wallner- http_request_method_*() API should have been availabl...
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-09-02  Michael Wallner- improve config.m4
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-25  Michael Wallner- ditch warnings
2005-08-24  Michael Wallner- include missing.h in http.c for static property fixup
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-09  Michael Wallner- add PHP_FUNCTION(http_parse_message) -- http_get...
2005-08-08  Michael Wallner- http_redirect(): proper check for ext/session; fix...
2005-08-02  Michael Wallner- fix PHP4 build
2005-08-01  Michael Wallner- simplify http_send_header API
2005-07-29  Michael Wallner- fix INI entries
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-19  Michael Wallner- typo
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-07-19  Michael Wallner- added http_get_request_body()
2005-06-17  Michael Wallner- warning hunt
2005-06-10  Michael Wallner- fix PHP_FUNCTION(http_split_response)
2005-06-10  Michael Wallner- ditch redundant http_split_response
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
2005-06-06  Michael Wallner- add http_match_request_header()
2005-05-30  Michael Wallner- docs
2005-05-25  Michael Wallner- update docs
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael WallnerI, moron
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...
2005-05-03  Michael Wallner- add debug callback
2005-05-03  Michael Wallner- add progress callback
2005-05-02  Michael Wallnerflush
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- unified cache_api function names
2005-04-13  Michael Wallner- use custom error function
2005-04-13  Michael Wallner* typo
2005-04-12  Michael Wallner- missing inluce
2005-04-12  Michael Wallner- preparations for HttpMessage
2005-04-11  Michael Wallner- http_parse_headers() now accepts a callback for handl...
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* check initial length of arg_separator
2005-03-24  Michael Wallner* added arg_sep param ot http_build_query()
2005-03-21  Michael Wallner* fixing concept of phpstr dtor/free
2005-03-20  Michael Wallner* use phpstr
2005-03-18  Michael Wallner* improve http_send() and http_negotiate_q() code
2005-03-09  Michael Wallner* cpp stuff
2005-03-06  Michael Wallner* fix http_split_response[_ex]()
2005-03-06  Michael Wallner* tiny API adjustments
2005-03-05  Michael Wallner* much smarter & enhanced absolute_uri() using parse_url()
2005-03-05  Michael Wallner* medthod docs
2005-03-04  Michael Wallner* release 0.6.0
2005-03-03  Michael Wallner* reordering things for curl info and options a bit...
2005-02-26  Michael Wallner* fix EOF
2005-02-25  Michael Wallner* melt http_api down
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-24  Michael Wallner* prevent inclusion of winsock.h
2005-02-23  Michael Wallner* split into more reasonable modules