On Monday, 18 October 2004 04.00, Derek Fountain wrote:
On Monday 18 October 2004 09:42, Anders Johansson wrote:
Doesn't it work if you install php4-session.rpm? Seems to work for me
I'll try sending this to the right list... :o}
Er, no! I tried that but it made no difference. That RPM just installs a session library, but phpinfo() tells me that the core was compiled with '--disable-session' which seems to mean the library is ignored. I could be wrong - I'm not too well up on how PHP works internally.
Yes it's disabled as a built-in feature, what's in that rpm is an extension. It *should* put an "extension=session.so" line in /etc/php.ini for you when it installs
What does phpinfo() say about sessions on your system?
Nothing beyond what you see with the compile option --disable-session. I know it works though, because I'm using php sessions right now