summaryrefslogtreecommitdiff
path: root/ext/bz2/bz2_filter.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-15 17:50:05 +0200
committerAnatol Belski <ab@php.net>2016-10-05 22:53:21 +0200
commit42b7912f039461cfe0139ff72b2f8181de4e45bc (patch)
tree4c1d7c36947020c491b6b2197ef30ab962e3f1aa /ext/bz2/bz2_filter.c
parent02acb056b3b5895521121a869357ce1195a5863d (diff)
downloadphp-git-42b7912f039461cfe0139ff72b2f8181de4e45bc.tar.gz
catch up with stream datatypes
Diffstat (limited to 'ext/bz2/bz2_filter.c')
-rw-r--r--ext/bz2/bz2_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/bz2_filter.c b/ext/bz2/bz2_filter.c
index 2211549fe8..6a21dd363e 100644
--- a/ext/bz2/bz2_filter.c
+++ b/ext/bz2/bz2_filter.c
@@ -307,7 +307,7 @@ static php_stream_filter_ops php_bz2_compress_ops = {
/* {{{ bzip2.* common factory */
-static php_stream_filter *php_bz2_filter_create(const char *filtername, zval *filterparams, int persistent)
+static php_stream_filter *php_bz2_filter_create(const char *filtername, zval *filterparams, uint8_t persistent)
{
php_stream_filter_ops *fops = NULL;
php_bz2_filter_data *data;