From: Ilia Alshanetsky Date: Wed, 30 Aug 2006 18:40:01 +0000 (+0000) Subject: Fixed build with gcc 4.1.1 X-Git-Tag: RELEASE_1_0_0RC1~1831 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2d5387a92f3625b4367fa7c2405addbd4bdca7f;p=php Fixed build with gcc 4.1.1 --- diff --git a/ext/bz2/bz2.c b/ext/bz2/bz2.c index fd3e83f301..aefeda0737 100644 --- a/ext/bz2/bz2.c +++ b/ext/bz2/bz2.c @@ -167,7 +167,7 @@ static int php_bz2iop_flush(php_stream *stream TSRMLS_DC) } /* }}} */ -static php_stream_ops php_stream_bz2io_ops = { +php_stream_ops php_stream_bz2io_ops = { php_bz2iop_write, php_bz2iop_read, php_bz2iop_close, php_bz2iop_flush, "BZip2",