ID: 16435 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Closed Bug Type: Session related Operating System: Windows 2000/XP PHP Version: 4.1.2 New Comment:
ahhhhhh....the one minor detail that i forgot.....thanks :) after php4ts.dll was copied over the old one in winnt/system32, my session worked like a charm. Previous Comments: ------------------------------------------------------------------------ [2002-04-04 19:29:25] [EMAIL PROTECTED] At http://www.php.net/~derick/ you can find RC2 so please test with that. Did you replace the php4ts.dll also? --Jani ------------------------------------------------------------------------ [2002-04-04 15:03:13] [EMAIL PROTECTED] I seem to have configuration problems....i just can't seem to get session variables written to in files under win2000, NTFS w/ Apache 1.3.23 and PHP 4.1.2 ......i've already done everything from session_start() on every page to making var global....anybody can help?? thanks....btw, i got the same system on a Linux box running apache and php and it works fine.... sample of my code: <? session_start(); global $user_id; if (!isset($_SESSION['user_id'])) { $_SESSION['user_id'] = "someone"; print false; } else { print $_SESSION['user_id']; print true; } ?> Apparently under the bug report database for bug number 16043, my exactly problem was described. According to the PHP team, this windows/apache1.3.23/php4.1.2 session not writing to file bug has been fixed in the 4.2.0RC1 binaries. I've patched my php4apache.dll with the ones from 4.2.0RC1 AND it still doesn't work!!! Anyone who used 4.2.0RC1 came across this problem and made it work? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16435&edit=1
