[PHP-DEV] Bug with --trans-sid gzip

2001-07-20 Thread Björn Schotte
Hi, we're using zlib.output_compression = On e.g. transparent gzip output compression. I wanted to change PHP-Center to use native PHP4 sessions with transparent sid propagation. Problem: trans-sid doesn't work when zlib.output_compression is On, so I consider this as a bug. -- PHP

Re: [PHP-DEV] Bug with --trans-sid gzip

2001-07-20 Thread Zeev Suraski
Yeah, Christian Rabe reported this bug to me a couple of months ago, I guess it's now been verified :) As far as I recall, trans_sid plugs into the output mechanism in a dedicated way, which is not compatible with output buffering/manipulation. It should probably change to use the output