- unset the time condition option in curl properly if we unset the lastmodified option
[m6w6/ext-http] / http_cache_api.c
index 6fa1c523cac05804b5b2d5e544f5cf66dbccbfd0..dcc833ed9f4ed93e00a66cb50e6fde6c5f6822a1 100644 (file)
@@ -39,7 +39,7 @@
 
 ZEND_EXTERN_MODULE_GLOBALS(http);
 
-STATUS _http_cache_global_init(INIT_FUNC_ARGS)
+PHP_MINIT_FUNCTION(http_cache)
 {
        HTTP_LONG_CONSTANT("HTTP_ETAG_MD5", HTTP_ETAG_MD5);
        HTTP_LONG_CONSTANT("HTTP_ETAG_SHA1", HTTP_ETAG_SHA1);