From:             abyss at gmx dot net
Operating system: Linux
PHP version:      4.3.7
PHP Bug Type:     Session related
Bug description:  session and gzencode

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


-- 
Edit bug report at http://bugs.php.net/?id=29889&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=29889&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29889&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29889&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=29889&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=29889&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=29889&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=29889&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=29889&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=29889&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=29889&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=29889&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=29889&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=29889&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=29889&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=29889&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=29889&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=29889&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=29889&r=float

Reply via email to