- use PHP macros, so that it is obvious when to call what
[m6w6/ext-http] / http_api.c
index 683da9db6959f518b2e5fb9aea440e7ccded71dd..d689c8622baa1818e4cee1cb1cc63d84dab359ed 100644 (file)
@@ -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();