X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env.h;h=3b8d87f31a457710dda2b524c474f39be73c92ea;hp=dac10da5193651ce421f9ab354be9a75fc4b3551;hb=4f9f3e9032252995b600ed4c4ea538e6302730a2;hpb=0b83632b2b0a03eeca090f993259ccd95ab646fb diff --git a/php_http_env.h b/php_http_env.h index dac10da..3b8d87f 100644 --- a/php_http_env.h +++ b/php_http_env.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2013, Michael Wallner | + | Copyright (c) 2004-2014, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -21,7 +21,6 @@ struct php_http_env_globals { char *etag_mode; struct { - time_t time; HashTable *headers; php_http_message_body_t *body; } request; @@ -74,7 +73,6 @@ PHP_HTTP_API zval *php_http_env_get_superglobal(const char *key, size_t key_len PHP_HTTP_API zend_class_entry *php_http_env_class_entry; PHP_MINIT_FUNCTION(http_env); -PHP_RINIT_FUNCTION(http_env); PHP_RSHUTDOWN_FUNCTION(http_env); #endif