- ensure detaching the request from the handles list is the last op
[m6w6/ext-http] / php_http_request_api.h
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-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-09-14  Michael Wallner- move specific initialization code to the respective...
2005-09-07  Michael Wallner- ditch TSRMLS_FETCH() occurences
2005-09-05  Michael Wallner- fix config.m4 (CURL_LIBS define was missing)
2005-08-03  Michael Wallner- fix builds and tests without libcurl linked in
2005-07-29  Michael Wallner- remove the declaration of http_request_global_init...
2005-07-29  Michael Wallner- fix INI entries
2005-07-28  Michael Wallner- no user debug callbacks any longer
2005-06-14  Michael Wallner- remove const qualifier from url param in http_request_*()
2005-06-14  Michael Wallner- fix request pool issues
2005-06-13  Michael Wallner- fix mem-leaks with http_curl_callback_ctx
2005-06-12  Michael Wallner- typos & allow passing NULL as curl handle in http_req...
2005-06-10  Michael Wallner- remove hackish UPLOADDATA code
2005-06-08  Michael Wallner- make the asynchronous behaviour of curl_multi availab...
2005-06-08  Michael Wallner- move request_poolobject_dtor to request_pool_object_d...
2005-06-08  Michael Wallner- proper request pool cleanup
2005-06-07  Michael Wallner- crunch ARG_INFO
2005-06-07  Michael Wallner- draft: implement curl_multi as HttpRequestPool
2005-05-22  Michael Wallner* flush *
2005-05-06  Michael Wallner- improved put support
2005-05-06  Michael Wallner- missing STATUS
2005-05-06  Michael Wallner- vastly simplified curl api and renamed it to request...