ID: 41362 User updated by: splith at helper3000 dot net Reported By: splith at helper3000 dot net Status: Bogus Bug Type: Session related Operating System: Windows Server 2003 PHP Version: 4.4.7 New Comment:
well when someone closed my other bug report as being bogus, I got an email: "Hey, did you ever find out how to fix this? Did the 4.4.6-dev work? I have sort of the same problem. PHP 4.4.5 segfaults under Apache 1.3 as soon as sessions are used. Its session related. As soon as you do a session_register call it dies. Scott. -- PHP Sessions on SSL fail to work, once set them seem to just dissapear and when reverting to PHP 4.4.4 works absolutely fine. MySQL fails to work on non-localhost servers, the page tries to load for a minute and returns a "Connection Reset" error message whereas as it works perfectly on PHP 4.4.4" and if you havent changed sessions in years, why have "Fixed possible safe_mode & open_basedir bypasses inside the session extension." under list of changes ? and "Fixed possible overflows and stack corruptions in the session extension." because to me, you have changed sessions Previous Comments: ------------------------------------------------------------------------ [2007-05-11 15:14:55] [EMAIL PROTECTED] There were no changes to sessions in PHP4 for years. Fix your browser and web-server. ------------------------------------------------------------------------ [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
