X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message_parser.h;h=ebc2142157bd3feb13021e53cfafe5abc6960352;hp=ade991bdc6037e03c82a27d965df4dad73ea0da2;hb=d7f91cdeb926694858b07d77e29e10d5617112b1;hpb=731b6a841374147b766c850b2a90c6bfade6f9f1 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;