php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #5255 gzuncompress is deflate
Submitted: 2000-06-29 01:19 UTC Modified: 2002-04-01 18:14 UTC
From: mnot at pobox dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Latest CVS (29/06/2000) OS:
Private report: No CVE-ID: None
 [2000-06-29 01:19 UTC] mnot at pobox dot com
gzuncompress in the latest CVS builds (part of zlib) isn't really gzip; it's
the deflate method (it doesn't have the GZIP header and trailer attached).

While it's good to have deflate available, it should be correctly named, and it would be *really* nice to have a gzip (with headers and trailers) in memory function available, so a tempfile isn't necessary.

See also bug 1151.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC