ID: 41362 User updated by: splith at helper3000 dot net Reported By: splith at helper3000 dot net Status: Open Bug Type: Session related Operating System: Windows Server 2003 PHP Version: 4.4.7 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [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
