zlib_filter


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

zlib filter implementation backport for PHP 5.0

RFC 1951 inflate/deflate stream filter implementation. Performs inline compression/decompression using the deflate method on any PHP I/O stream. The data produced by this filter, while compatable with the payload portion of an RFC 1952 gzip file, does not include headers or tailers for full RFC 1952 gzip compatability. To achieve this format, use the compress.zlib:// fopen wrapper built directly into PHP.

Maintainer

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

Details

Downloads: 29541
1.1
20 years ago
Version 1.1 change log

Backport fixes from PHP 5.1.0 and add persistence safety