php4 to php5 means exit session functions?

2007-07-31 Thread Bram Kuijper
Hi all, I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using the following 'manual': http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html However, now I get error messages like *Fatal error*: Call to undefined function session_start()*. This is

Re: php4 to php5 means exit session functions?

2007-07-31 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bram Kuijper wrote: Hi all, I am trying to update php4 to php5 on my FreeBSD 6.1-server, by using the following 'manual': http://lists.freebsd.org/pipermail/freebsd-questions/2006-July/127059.html However, now I get error messages like

Re: php4 to php5 means exit session functions?

2007-07-31 Thread Bram Kuijper
OK, I finally found at what had been going wrong: In my php.ini file there is the variable extension_dir. This was still pointing at the old extension dir, located at /usr/local/lib/php/2002something after I changed it to /usr/local/lib/php/20060613 everything worked fine. thanks, Bram