Tom Ray [Lists] wrote:
> phpinfo() says that sessions are disabled. So, between that and the fact
> I get the undefined function errors when I try to use session_start() or
> other session commands, I'm under the strong impression that sessions
> are disabled.
> 
> So this leads me back to my original questions, can I activate sessions
> without recompiling? And if I can't, how do I recompile since I used the
> SuSE cd's and YasT?

Perhaps SuSE has a separate php-sessions package?  It would be a bit
crazy to do it that way, but it is possible to build the session
extension as a standalone extension.

-Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to