X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_api.c;h=d689c8622baa1818e4cee1cb1cc63d84dab359ed;hp=683da9db6959f518b2e5fb9aea440e7ccded71dd;hb=dfe2dbf042d42f83255b6ff46c2210bcd57ca586;hpb=8b5eb376ae8f5e53cfb66752327043be2669498a diff --git a/http_api.c b/http_api.c index 683da9d..d689c86 100644 --- a/http_api.c +++ b/http_api.c @@ -49,7 +49,7 @@ ZEND_EXTERN_MODULE_GLOBALS(http); static zend_bool http_support_ssl; -STATUS _http_support_global_init(INIT_FUNC_ARGS) +PHP_MINIT_FUNCTION(http_support) { http_support_ssl = http_request_supports_ssl();