X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env_response.h;h=b67293050cbf34af925988f50a53b6673cda5c80;hp=f79730ffe2e67e26070cf8db38e188be9c047587;hb=refs%2Fheads%2Fv2.3.x;hpb=0b83632b2b0a03eeca090f993259ccd95ab646fb diff --git a/php_http_env_response.h b/php_http_env_response.h index f79730f..b672930 100644 --- a/php_http_env_response.h +++ b/php_http_env_response.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 | +--------------------------------------------------------------------+ */ @@ -36,6 +36,7 @@ struct php_http_env_response { void *ctx; php_http_env_response_ops_t *ops; + php_http_cookie_list_t *cookies; php_http_buffer_t *buffer; zval *options;