ID: 14518 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Critical Status: Closed Bug Type: Session related Operating System: LInux 2.4.16 (RH7.2 based) PHP Version: 4.1.0 New Comment:
Found the reason: the cvs-version doesn't seem to support or even care about --enable-trans-sid where the 4.1.0 needs/uses the switch. I had a typo ( same as in the summary, dropped the s for in --enable-trans-sid ) in my config.nice-file i used to compile all my php-versions with. Strange thing though is, that the phpinfo() stills shows the trans-sid to be enabled... Reading the note in the php.ini make this a little bit more clear: ; use transient sid support if enabled by compiling with --enable-trans-sid. the keyword here is "if"... I dunno if that is changed in cvs but it defintivly should, since is not very consitent ( at least to me..) Sorry for all the trouble.. Recompiling 4.1.0 with a correct "--enable-trans-sid" seems to have fixed my problems. Previous Comments: ------------------------------------------------------------------------ [2001-12-16 12:04:10] [EMAIL PROTECTED] I developed my stuff using the cvs-version and downgraded my workstation to 4.1.0 Release-Version to verify my code will be working on the live server... [ glad, i did that though ;-) ] To simplify and verify that it's not a stupid bug in my code, i did a simple testcode that works fine on my 4.2.0-dev system, but doesn't work on any 4.1.0 i tried it with. You can have a look for yourself: http://sugar.freepoint.de/session/ the index.php ( source as index.phps ) will start a session and setup one simple var with a value. The link displayed should have a SESSION-ID as a parameter since php is not configured to use cookies ( verify by /session/info.php ) and to use trans-id's. The logical result is that following the link will not have a session thus no value ( page2.php / page2.phps ) Again this code works with cvs on my workstation - my code beeing unchanged. Due to the use of $_SESSION it won't work with older versions of course.. ------------------------------------------------------------------------ [2001-12-15 21:52:47] [EMAIL PROTECTED] theseer, do you use ob_end_*() in your script? Could you add more details? -- Yasuo ------------------------------------------------------------------------ [2001-12-15 12:05:11] [EMAIL PROTECTED] I can not reproduce this with 4.1.0 ------------------------------------------------------------------------ [2001-12-15 11:46:59] [EMAIL PROTECTED] Can anybody else reproduce this on *4.1.0*? ------------------------------------------------------------------------ [2001-12-14 20:38:46] [EMAIL PROTECTED] Just note: I can not reproduce this with latest CVS. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/?id=14518 Edit this bug report at http://bugs.php.net/?id=14518&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]