- add HttpResponse::guessContentType() through libmagic
[m6w6/ext-http] / http_request_pool_api.c
2005-09-06  Michael Wallner- all those macros may conflict
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-07-29  Michael Wallner- fix INI entries
2005-07-24  Michael Wallner- fix some gcc warnings
2005-07-23  Michael Wallner- fix write access of HttpMessage headers array in...
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-06-15  Michael Wallner- multiple send seems to work now without bigger problems
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- free handles
2005-06-14  Michael Wallner- fix request pool issues