Hello Michael, On Thursday, February 13, 2003, Michael Sharp wrote... > I just upgraded to SM 1.2.11 today on FreeBSD 4.7-STABLE. I am > running mod/PHP v. 4.3.0. I am running mod_php with register_globals > 0. When I went to login, I was greeted with:
As a note, we currently don't suggest 4.3.0 as we've not been able to do adequate testing, and tracking down some session bugs that PHP 'removed' or 'introduced' depending on your point of view. > Warning: session_write_close() [function.session-write-close]: Your script > possibly relies on a session side-effect which existed until PHP 4.2.3. > Please be advised that the session extension does not consider global > variables as a source of data, unless register_globals is enabled. You can > disable this functionality and this warning by setting > session.bug_compat_42 or session.bug_compat_warn to off, respectively. in > /path/src/redirect.php on line 170 [..] > When I did a search of session.bug_compat_42 and session.bug_compat_warn in > /path/src/redirect.php there was nothing. Looking at line 170 of > redirect.php: They *really* need to reword their errors. Those two lines must be added to your php.ini file, and then apache restarted. Just as another note, this has been discussed several times in the last few weeks, and should be in the archives. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answers to all your SSL security issues. http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
