I guess this answers your question.
Configure Command './configure' '--enable-versioning'
'--enable-memory-limit'
'--with-layout=GNU'
'--with-config-file-scan-dir=/usr/local/etc/php'
'--disable-all' '--with-regex=php'
'--with-apxs2=/usr/local/sbin/apxs'
'--prefix=/usr/local'
'i386-portbld-freebsd5.2.1'
disable_functions no value no value
Do I have to recompile PHP.
If so which options do I have to use, because this package is also installed
form the ports collection.
thnks in advance
Piet.
-----Original Message-----
From: Sandy Pleyte [
It can mean 2 things:
1. the PHP Core on the phpinfo page has a line: disable_functions and it
contains the session functions
2. The Configure Command on top of the phpinfo page contains something
like --disable-sessions or so ?
Sandy
Bos, P.G.J. - SPLXM wrote:
I've checked, there is no reference to the Session word whatsoever.
It's getting a bit awkward I guess?
brgds Piet.
-----Original Message-----
From: Sandy Pleyte [
Bos, P.G.J. - SPLXM wrote:
Hi Ivo,
PhP reports 4.3.10 after running
<?php
phpinfo ();
php?>
recent enough I guess.
Any other suggestions?
This is strange, can you check the phpinfo page, it contains a 'Session'
part:
Session Support enabled
Registered save handlers files user
maybe session support is disabled ?
Regards,
Sandy