- example fixup
[m6w6/ext-http] / http_api.c
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-07  Michael Wallner- improve logging format
2005-09-07  Michael Wallner- fix PHP4 build in http_error_ex()
2005-09-07  Michael Wallner- improve libmagic support
2005-09-06  Michael Wallner- add HttpResponse::guessContentType() through libmagic
2005-08-26  Michael Wallner- add http_log() for cases we don't want to exit
2005-08-26  Michael Wallner-fix macro parameter passing in HTTP_LOG_WRITE
2005-08-24  Michael Wallner- single LF aware http_chunked_decode()
2005-08-24  Michael Wallner- ditch left-overs of yesterday's commit
2005-08-23  Michael Wallner- ditch http_split_response()
2005-08-19  Michael Wallner- use &EG(symbol_table)'s HTTP_SERVER_VARS instead of
2005-07-29  Michael Wallner- fix INI entries
2005-07-25  Michael Wallner- actally returns STATUS
2005-07-19  Michael Wallner- flush
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- ditch redundant http_split_response
2005-06-09  Michael Wallner- move http_parse_cookie() code to an odd http_parse_ke...
2005-05-31  Michael Wallner- typos
2005-05-31  Michael Wallner- improve http_chunked_decode once more
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-05-03  Michael Wallner- improve http_chunked_decode
2005-05-02  Michael Wallnerflush
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- unify script termination
2005-04-26  Michael Wallner- unified cache_api function names
2005-04-13  Michael Wallner- added custom error function which is able to throw...
2005-04-10  Michael Wallner* more modular file structure
2005-03-24  Michael Wallner* fix compiler warning
2005-03-24  Michael Wallner* added http_parse_cookie()
2005-03-23  Michael Wallner- send full entity if range is "0-"
2005-03-23  Michael Wallner- improved range checking
2005-03-21  Michael Wallner* fixing concept of phpstr dtor/free
2005-03-20  Michael Wallner* signature fixes
2005-03-18  Michael Wallner* fix memleak
2005-03-18  Michael Wallner* improve http_send() and http_negotiate_q() code
2005-03-15  Michael Wallner* fixed/improved ranges support
2005-03-10  Michael Wallner* attempt to be smarter than windows ;)
2005-03-09  Michael Wallner* cpp stuff
2005-03-07  Michael Wallner* probably fixing getservby*() usage
2005-03-07  Michael Wallner* run tests on linux - flushing changes
2005-03-06  Michael Wallner* fix http_split_response[_ex]()
2005-03-06  Michael Wallner* added HTTPi_Request::getResponseCode()
2005-03-06  Michael Wallner* excluding getservby*() in PHP4 (??)
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-02-26  Michael Wallner* fix EOF
2005-02-25  Michael Wallner* melt http_api down
2005-02-25  Michael Wallner* ditch warnings
2005-02-25  Michael Wallner* moved defines into php_http_std_defs.h
2005-02-24  Michael Wallner* strlen("") => sizeof("")-1
2005-02-23  Michael Wallner* split into more reasonable modules
2005-02-22  Michael Wallner* added POST support to HTTPi_Request
2005-02-22  Michael Wallner* ditch mem-leak
2005-02-22  Michael Wallner* more version checks
2005-02-22  Michael Wallner* compatibility with older libcurl versions, take 2
2005-02-22  Marcus Boerger- Compatibility with older libcurl
2005-02-21  Michael Wallner* remove obsolete include
2005-02-21  Michael Wallner* fixed typo
2005-02-19  Michael Wallner* fixed a LOAD of mem-leaks
2005-02-18  Michael Wallner* filestat fixes
2005-02-18  Michael Wallner* HTTPi_Request prototype
2005-02-18  Michael Wallner* hopefully satisfying snaps.php.net
2005-02-18  Michael Wallner* simplify HTTPi_Response::send() a lot
2005-02-17  Michael Wallner* fixed some memleaks
2005-02-17  Michael Wallner* HTTPi_Response mostly done
2005-02-17  Michael Wallner* preparations for the OO interface
2005-02-16  Michael Wallner* don't restart "default output handler"
2005-02-16  Michael Wallner* fix fatal erealloc error
2005-02-16  Michael Wallner* added ob_httpetaghandler() (has major limitations...
2005-02-14  Michael Wallner* keep winsock crap outta door
2005-02-14  Michael Wallner* ms cc chokes on that
2005-02-13  Michael Wallner* fix etag caching
2005-02-13  Michael Wallner* -dev version
2005-02-11  Michael Wallner* cosmetics
2005-02-11  Michael Wallner* we should just send the full entity if the range...
2005-02-11  Michael Wallner* added http_get_request_headers()
2005-02-11  Michael Wallner* failproof http_parse_headers()
2005-02-11  Edin KadribasicFix win32 compile on php4
2005-02-11  Michael Wallner* http_auth_header() should return the status of http_s...
2005-02-11  Michael Wallner* proper cpp indention
2005-02-10  Michael Wallner* http_send_ranges() cosmetics
2005-02-10  Michael Wallner* rename http_parse_header to http_parse_headers
2005-02-09  Michael Wallner* separate http_parse_header() function (doesn't suppor...
2005-02-09  Michael Wallner* typo
2005-02-09  Michael Wallner* attempt to make http_build_query available for PHP4
2005-02-09  Michael Wallner* removed debug statements
2005-02-09  Michael Wallner* attempt to fix snap-build
2005-02-09  Michael Wallner* attempt yet again to fix php4 snaps build
2005-02-09  Michael Wallner* move includes around
2005-02-08  Michael Wallner* fixing PHP5 snap build
2005-02-08  Michael Wallner* fixed http_cache_last_modified(): if parameter was...
2005-02-07  Michael Wallner* more intuitive support for headers and cookies (assoc...
2005-02-07  Michael Wallner* hopefully fixing the ap_php_snprintf() issue
2005-02-04  Michael Wallner* add to pecl