X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_api.h;h=9a24b3c7ebf0e795fa1d82939be2fdf279ecd5cc;hp=5b4dc16edb69046be5c456368bc94e38c7f64363;hb=5c5ddf9042732a05100245844fe2fb70bfe6d495;hpb=4ef2f9e39c8d7c9dc605fb062a50d8a73b52c02a diff --git a/php_http_request_api.h b/php_http_request_api.h index 5b4dc16..9a24b3c 100644 --- a/php_http_request_api.h +++ b/php_http_request_api.h @@ -34,10 +34,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