* release 0.4.0
[m6w6/ext-http] / php_http.h
index 1686e46feaf0be740d38caa0c7541d93b76c9f44..105e4b661a8adcfa620f40c9917f6e56d62dfad8 100644 (file)
@@ -68,6 +68,7 @@ PHP_FUNCTION(http_auth_basic);
 PHP_FUNCTION(http_auth_basic_cb);
 
 PHP_MINIT_FUNCTION(http);
+PHP_MSHUTDOWN_FUNCTION(http);
 PHP_RSHUTDOWN_FUNCTION(http);
 PHP_MINFO_FUNCTION(http);
 
@@ -78,6 +79,7 @@ ZEND_BEGIN_MODULE_GLOBALS(http)
        char *ctype;
        char *etag;
        time_t lmod;
+       char *allowed_methods;
 #ifdef HTTP_HAVE_CURL
        struct {
                struct {