X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request.h;h=3d7b78c1005c8e1e7ea42cdd48afdace9a29afc5;hp=96baa3634440389839f78de9f04f541ffe3c1cfa;hb=517336efe27e1f8e58e36352478a6d9ffdcdf378;hpb=7dc5de0b79846bfe33ca36a9eeb894ef2ecfdee1 diff --git a/php_http_request.h b/php_http_request.h index 96baa36..3d7b78c 100644 --- a/php_http_request.h +++ b/php_http_request.h @@ -6,18 +6,16 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2010, Michael Wallner | + | Copyright (c) 2004-2011, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $Id: php_http_request_api.h 292841 2009-12-31 08:48:57Z mike $ */ - #ifndef PHP_HTTP_REQUEST_H #define PHP_HTTP_REQUEST_H +#include "php_http_request_method.h" #include "php_http_message_body.h" #include "php_http_message_parser.h" -#include "php_http_request_method.h" typedef struct php_http_request_progress_state { struct { @@ -152,7 +150,6 @@ struct php_http_request { php_http_message_parser_t *parser; php_http_message_t *message; php_http_buffer_t *buffer; - zval *persistent_handle_id; #ifdef ZTS void ***ts; #endif