X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message_parser.h;fp=php_http_message_parser.h;h=ebc2142157bd3feb13021e53cfafe5abc6960352;hp=ade991bdc6037e03c82a27d965df4dad73ea0da2;hb=55fc30382a8c53d7a23b607b561b9d8fc7d11c0b;hpb=a8bdbd91f7fa7dc5da93eaf10b6d09d8284b949f diff --git a/php_http_message_parser.h b/php_http_message_parser.h index ade991b..ebc2142 100644 --- a/php_http_message_parser.h +++ b/php_http_message_parser.h @@ -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;