From: [EMAIL PROTECTED]
Operating system: Debian
PHP version: 4.1.1
PHP Bug Type: Output Control
Bug description: trans sid still doesn't work with zlib.compression or ob_gzhandler
(PHP 4.1.1)
When I compress my output with ob_gzhandler or with
zlib.output_compression trans sid doesn't work.
Without output compression trans sid works fine.
I use PHP 4.1.1 (Debian Package)
In following code php doesn't add the sid to the testlink
(sessioncookies are off)
<?php
session_start();
session_register("dummy");
$dummy=1;
if (!$sid) {
header("Location: $PHP_SELF?".SID);
exit();
}
?>
<a href="test.php">Testlink</a>
--
Edit bug report at: http://bugs.php.net/?id=15086&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]