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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC