X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env.h;h=3b8d87f31a457710dda2b524c474f39be73c92ea;hp=ee1afe92feca016dc5de2e63e0b2d1a3e012d430;hb=4f9f3e9032252995b600ed4c4ea538e6302730a2;hpb=eaa046dc3e6496e523a17c3b786ef27067b9795c diff --git a/php_http_env.h b/php_http_env.h index ee1afe9..3b8d87f 100644 --- a/php_http_env.h +++ b/php_http_env.h @@ -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