From: [EMAIL PROTECTED]
Operating system: linux debian woody
PHP version: 4.0.6
PHP Bug Type: Session related
Bug description: session_write_close() eats output
<?php
session_start();
echo "<br>see this<br>\n";
session_write_close();
echo "<br>see this too<br>\n";
?>
http://cam031000.student.utwente.nl/test.php for by output
http://cam031000.student.utwente.nl/phpinfo.php for phpinfo
--
Edit bug report at: http://bugs.php.net/?id=14105&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]