X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message_parser.h;h=ebc2142157bd3feb13021e53cfafe5abc6960352;hp=8ecf99134e89e19f523805f3cc712a05efaa1ddb;hb=refs%2Fheads%2Fv2.1.x;hpb=0b83632b2b0a03eeca090f993259ccd95ab646fb diff --git a/php_http_message_parser.h b/php_http_message_parser.h index 8ecf991..ebc2142 100644 --- a/php_http_message_parser.h +++ b/php_http_message_parser.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 | +--------------------------------------------------------------------+ */ @@ -37,7 +37,7 @@ typedef enum php_http_message_parser_state { typedef struct php_http_message_parser { php_http_header_parser_t header; - zend_stack stack; + zend_ptr_stack stack; size_t body_length; php_http_message_t *message; php_http_encoding_stream_t *dechunk;