Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
zlib_filter
Installed
- no -
Latest
1.1
License
PHP
Summary
zlib filter implementation backport for PHP 5.0
Description
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.