ID: 14105
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Session related
Operating System: linux debian woody
Old PHP Version: 4.0.99 ( think it's 4.1.0 beta )
PHP Version: 4.0.99 ( think it\'s 4.1.0 beta )
New Comment:
Maybe thats my point, the output is broken
somehow the session_write_close() remove some chars in the output buffer in apache, or
from some internal buffer in php
so yes the output of my script is indeed broken
Previous Comments:
------------------------------------------------------------------------
[2001-11-19 18:08:11] [EMAIL PROTECTED]
Can not reproduce and your online test script seems
to be outputting broken html too.
------------------------------------------------------------------------
[2001-11-19 03:40:16] [EMAIL PROTECTED]
<?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 this 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]