save funccall
[m6w6/ext-http] / php_http_message_parser.h
index ade991bdc6037e03c82a27d965df4dad73ea0da2..ebc2142157bd3feb13021e53cfafe5abc6960352 100644 (file)
@@ -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;