|
From: | Victor Engmark |
Subject: | Re: Missing instruction in dev. env. howto? |
Date: | Fri, 13 Apr 2007 15:47:57 +0200 |
> After following the instructions for how to install a development
> environment on my laptop, I got the following error message when
> trying out the result:
> Fatal error: Call to undefined function session_start() in
> [...]Layer-0__Site_entry_point/Home.php on line 20
>
> I had to install PHP5 extensions to make this go away. Dunno if this
> is default in Linux, but maybe it should be added to the howto?
Hmm, session functions should be available on almost all php
installations. In fact session support is compiled standard you
have to manually disable it with `--disable-session`.
On various installation on Debian/Solaris/OpenBSD there was
NEVER a problem with session functions.
[Prev in Thread] | Current Thread | [Next in Thread] |