ID: 46787 Updated by: [EMAIL PROTECTED] Reported By: fredrik dot hellgren at gmail dot com -Status: Open +Status: Feedback Bug Type: Session related Operating System: Ubuntu 8.04 PHP Version: 5.2CVS-2008-12-06 (CVS) New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2008-12-06 19:39:12] fredrik dot hellgren at gmail dot com Description: ------------ A standard apt-get'ed php + apache2 hangs on session_start() if there is any session. Reproduce code: --------------- <?php //Start session session_start(); echo 'Hello world'; ?> Expected result: ---------------- Page does not stop loading Actual result: -------------- Hello world ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46787&edit=1
