Skip to content

Commit 60fc27f

Browse files
committed
Merge branch 'PHP-5.6' into PHP-7.0
2 parents 50433f7 + 717a043 commit 60fc27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/zlib_filter.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static php_stream_filter_ops php_zlib_inflate_ops = {
174174
};
175175
/* }}} */
176176

177-
/* {{{ zlib.inflate filter implementation */
177+
/* {{{ zlib.deflate filter implementation */
178178

179179
static php_stream_filter_status_t php_zlib_deflate_filter(
180180
php_stream *stream,

0 commit comments

Comments
 (0)