X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env.h;h=7556c3efb68e77e4de0129d1ab18b1e0aeffe3aa;hp=dac10da5193651ce421f9ab354be9a75fc4b3551;hb=refs%2Fheads%2Fv2.2.x;hpb=87db9817d428282792c8146d9c2ae9748ebf6f1e diff --git a/php_http_env.h b/php_http_env.h index dac10da..7556c3e 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;