There was an error while loading. Please reload this page.
1 parent 9a89de1 commit 148932cCopy full SHA for 148932c
1 file changed
ext/zlib/zlib_filter.c
@@ -24,9 +24,9 @@ typedef struct _php_zlib_filter_data {
24
size_t inbuf_len;
25
unsigned char *outbuf;
26
size_t outbuf_len;
27
- int persistent;
28
- bool finished; /* for zlib.deflate: signals that no flush is pending */
29
int windowBits;
+ bool persistent;
+ bool finished; /* for zlib.deflate: signals that no flush is pending */
30
} php_zlib_filter_data;
31
32
/* }}} */
0 commit comments