diff options
author | Christoph M. Becker <cmb@php.net> | 2016-07-04 03:20:01 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-07-04 03:20:01 +0200 |
commit | c2b29a58bc0916e248ba2584564558097b16b51f (patch) | |
tree | e7df3a7b17de51bd5805bd2cbcba895d214d6df2 /ext | |
parent | 3380b1ed55b871e04a6982a1eb1cea6566ad1365 (diff) | |
parent | 60fc27f912f2ef3a8ca6dbcae8f77dcf3ff2ed2a (diff) | |
download | php-git-c2b29a58bc0916e248ba2584564558097b16b51f.tar.gz |
Merge branch 'PHP-7.0'
Diffstat (limited to 'ext')
-rw-r--r-- | ext/zlib/zlib_filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib_filter.c b/ext/zlib/zlib_filter.c index e1c8c22e6d..4018e253ae 100644 --- a/ext/zlib/zlib_filter.c +++ b/ext/zlib/zlib_filter.c @@ -174,7 +174,7 @@ static php_stream_filter_ops php_zlib_inflate_ops = { }; /* }}} */ -/* {{{ zlib.inflate filter implementation */ +/* {{{ zlib.deflate filter implementation */ static php_stream_filter_status_t php_zlib_deflate_filter( php_stream *stream, |