ID: 41362 Updated by: [EMAIL PROTECTED] Reported By: splith at helper3000 dot net -Status: Open +Status: Feedback Bug Type: Session related Operating System: Windows Server 2003 PHP Version: 4.4.7 New Comment:
"blank, nothing" most likely means you've incorrectly configured your web-server. We can't figure it out it for you, so you should to it yourself. Previous Comments: ------------------------------------------------------------------------ [2007-05-11 07:11:06] splith at helper3000 dot net Forgot to add: Using Apache 2.0.58 and PHP 4.4.7 with apache2 dll on windows server 2003, sessions seem to work on SSL but not on port 80 ------------------------------------------------------------------------ [2007-05-11 07:09:43] splith at helper3000 dot net Description: ------------ Any page with "session_start();" will give a blank page in PHP 4.4.7 whereas they worked fine before the upgrade. I reported the same error for PHP 4.4.5 and you said it was bogus showing you were rather ignorant, so lets hope this goes better. Reproduce code: --------------- <? session_start(); echo "test"; ?> Expected result: ---------------- test Actual result: -------------- *blank, nothing* ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41362&edit=1
