mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Merge branch 'PHP-7.0'
This commit is contained in:
commit
c2b29a58bc
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
static php_stream_filter_status_t php_zlib_deflate_filter(
|
||||||
php_stream *stream,
|
php_stream *stream,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue