ID: 14105 Comment by: icedalex at hotmail dot com Reported By: mjrider at enschede dot com Status: Closed Bug Type: Session related Operating System: linux debian woody PHP Version: 4.1.0RC1 New Comment:
I get exacly the same problem. I am running Debian Woody 3.0 stable Apache 1.3.26 PHP 4.1.2 I also tried flushing it but no luck. Previous Comments: ------------------------------------------------------------------------ [2001-12-13 06:29:27] [EMAIL PROTECTED] No feedback. Closing. ------------------------------------------------------------------------ [2001-11-19 19:21:04] [EMAIL PROTECTED] Please try the latest RC: http://download.php.net/~zeev/php-4.1.0RC3.tar.gz --Jani ------------------------------------------------------------------------ [2001-11-19 19:05:17] mjrider at enschede dot com 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 ------------------------------------------------------------------------ [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] mjrider at enschede dot com <?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
