Package Information |
Summary |
zlib filter implementation backport for PHP 5.0 |
Maintainers |
Sara Golemon <
pollita at php dot net >
(lead)
[details]
|
License |
PHP |
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. |
Homepage |
http://www.php.net/filters.compression
|
Release notes
Version 1.1
(stable)
|
Backport fixes from PHP 5.1.0 and add persistence safety |