bz2_filter


No replacement provided. Contact us if you know a replacement.

bz2 filter implementation backport for PHP 5.0

bzip2 compress/decompress stream filter implementation. Performs inline compression/decompression using the bzip2 algorythm on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of a bz2 file, does not include headers or tailers for full bz2 file compatability. To achieve this format, use the compress.bzip2:// fopen wrapper built directly into PHP.

Maintainer

  • No maintainer! Will you be the next maintainer of this extension?

Details

Downloads: 24335
1.1.0
19 years ago
Version 1.1.0 change log

Port bugfixes and persistency safety from core