]> granicus.if.org Git - php/commitdiff
fix #38485 (bz2 extension does not compile with GCC 4.1)
authorAntony Dovgal <tony2001@php.net>
Thu, 17 Aug 2006 20:46:51 +0000 (20:46 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 17 Aug 2006 20:46:51 +0000 (20:46 +0000)
ext/bz2/bz2.c

index 6cdefcac52d8136bea5f701c3409a4e96829c2d7..4b76fc2871a8a2332d08a90198ce85cb6d72885d 100644 (file)
@@ -178,7 +178,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",