- honor other REGISTER_CLASS macros too
[m6w6/ext-http] / http_cache_api.c
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-10-07  Michael Wallner- etag caching improvements
2005-10-06  Michael Wallner- fix warnings with etag caching at shutdown
2005-10-04  Michael Wallner- use global send buffer size for output buffering...
2005-09-20  Michael Wallner- php_info fun
2005-09-20  Michael Wallner- last mhash algo was missed
2005-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-08-25  Michael Wallner- ditch warnings
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-19  Michael Wallner- we pass the file name as char* not zval* in http_etag...
2005-08-01  Michael Wallner- simplify http_send_header API
2005-07-21  Michael Wallnerwhat the?
2005-07-21  Michael Wallner- ws
2005-07-21  Michael Wallner- add http_etag() for files
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-05-22  Michael Wallner* flush *
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- use custom error function
2005-04-10  Michael Wallner* more modular file structure