1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Merge branch 'PHP-5.6' into PHP-7.0

This commit is contained in:
Christoph M. Becker
2016-07-04 03:18:50 +02:00

View File

@@ -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,