ID: 41362 Updated by: [EMAIL PROTECTED] Reported By: splith at helper3000 dot net -Status: Open +Status: Bogus Bug Type: Session related Operating System: Windows Server 2003 PHP Version: 4.4.7 New Comment:
There were no changes to sessions in PHP4 for years. Fix your browser and web-server. Previous Comments: ------------------------------------------------------------------------ [2007-05-11 15:02:10] splith at helper3000 dot net no, as I have said, PHP 4.4.4 worked PERFECTLY, 4.4.5 sessions didnt work, in-fact nothing really did, 4.4.7 sessions work on SSL which uses the same PHP.INI and apache configuration as the main site, but the main site does not work when any session syntax is used. This is not a configuration error, I have tried the default INIs provided in the zip to no sucess and you always blame me, try finding the problem instead of just denying that it exists ------------------------------------------------------------------------ [2007-05-11 08:04:28] [EMAIL PROTECTED] "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. ------------------------------------------------------------------------ [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
