php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29889 session and gzencode
Submitted: 2004-08-30 08:15 UTC Modified: 2004-08-30 08:30 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: abyss 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
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: abyss at gmx dot net
New email:
PHP Version: OS:

 

 [2004-08-30 08:15 UTC] abyss at gmx dot net
Description:
------------
sending gzcompressed output to the browser doesn't get the session-id added

I know that is because gzencode returns a compressed binary string which php can not search for urls to which the session-id has to be added

Why does gzencode not invoke the url-rewriting before compressing the input data?

By the way: I know this question being asked two times (#29584 and #29752) already but you guys declared both questions as bogus and don't seem to react to postings made to "bogus" bug reports so please don't tell me that this topic has been mentioned already since there is neither a solution nor an explanation mentioned


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-30 08:30 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

THis is not a suppor forum, and it was reported twice already. You should know better.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 11:01:32 2024 UTC