X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_api.h;h=b80e42b92637d59e4e8ecdeeb730b7f55c26a083;hb=13d7acf7fe8b82162815e2047c9aedc9a149a3ae;hp=3ff2769a9db82413c91d59663f598fd0a07d7904;hpb=ff17beb99d61462cf1791eecdb3f68dbd2aea5e5;p=m6w6%2Fext-http diff --git a/php_http_request_api.h b/php_http_request_api.h index 3ff2769..b80e42b 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -17,6 +17,7 @@ #ifndef PHP_HTTP_REQUEST_API_H #define PHP_HTTP_REQUEST_API_H + #ifdef HTTP_HAVE_CURL #include "php_http_std_defs.h" @@ -27,13 +28,10 @@ #ifdef PHP_WIN32 # include #endif - #include -#define http_request_global_init() _http_request_global_init(INIT_FUNC_ARGS_PASSTHRU) -extern STATUS _http_request_global_init(INIT_FUNC_ARGS); -#define http_request_global_cleanup() _http_request_global_cleanup(TSRMLS_C) -extern void _http_request_global_cleanup(TSRMLS_D); +extern PHP_MINIT_FUNCTION(http_request); +extern PHP_MSHUTDOWN_FUNCTION(http_request); #define HTTP_REQUEST_BODY_CSTRING 1 #define HTTP_REQUEST_BODY_CURLPOST 2