X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_request_api.h;h=b80e42b92637d59e4e8ecdeeb730b7f55c26a083;hb=0fa008b96a52991e19ffcfedf7c78ad0cb4c594f;hp=5b4dc16edb69046be5c456368bc94e38c7f64363;hpb=4ef2f9e39c8d7c9dc605fb062a50d8a73b52c02a;p=m6w6%2Fext-http diff --git a/php_http_request_api.h b/php_http_request_api.h index 5b4dc16..b80e42b 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -18,10 +18,6 @@ #ifndef PHP_HTTP_REQUEST_API_H #define PHP_HTTP_REQUEST_API_H -#define http_request_supports_ssl() _http_request_supports_ssl() -extern zend_bool _http_request_supports_ssl(void); - - #ifdef HTTP_HAVE_CURL #include "php_http_std_defs.h" @@ -34,10 +30,8 @@ extern zend_bool _http_request_supports_ssl(void); #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