php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29752 session and gzcompress don't work together
Submitted: 2004-08-19 08:44 UTC Modified: 2004-08-19 08:53 UTC
From: php-is-cool at gmx dot net Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.7 OS: Linux
Private report: No CVE-ID: None
 [2004-08-19 08:44 UTC] php-is-cool at gmx dot net
Description:
------------
if I send output to the browser using gzcompress the session-id does not get added.

I know the reason for this: gzcompress returns a compressed binary string that can't be searched for relative urls.

But i don't know the reason why gzcompress does not invoke the url-rewriting before actually starting with compressing the data?

Wouldn't that be a good thing?

thanks in advance


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-19 08:53 UTC] tony2001@php.net
Duplicate of #29584.
Please, do not create new reports if this problem was already reported before. 
Change the original report instead.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Mar 27 02:00:01 2026 UTC