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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mnot at pobox dot com
New email:
PHP Version: OS:

 

 [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 May 10 12:01:32 2024 UTC