ID: 14612
Updated by: yohgaki
Reported By: [EMAIL PROTECTED]
Status: Critical
Bug Type: Session related
Operating System: Linux
PHP Version: 4.0CVS-2001-12-19
New Comment:

My description is not correct.
There is  a way to use external session save handler module.
i.e. session_module_name()

Previous Comments:
------------------------------------------------------------------------

[2001-12-19 22:01:10] [EMAIL PROTECTED]

Addiotinal info:

Since session module is initilized at first, there is no way to register external 
session module. This is critical, I think.

Changed status = Critical.

------------------------------------------------------------------------

[2001-12-19 21:46:07] [EMAIL PROTECTED]

Ok. I found the reason and can fix it now.

It try to find session module *before* registering.
I guess it is due to module initilization order has been changed. 
(I could use mm module at leat with 4.0.6, IIRC).

Questin is:
Should it be fixed in session module or
module initilization order should be fixed...



------------------------------------------------------------------------

[2001-12-19 21:10:21] [EMAIL PROTECTED]

Starting httpd: Unknown(0) : Fatal error - Cannot find save handler mm
/usr/sbin/apachectl startssl: httpd started

'./configure' \
'--with-apxs' \
'--without-mysql' \
'--without-pear' \
'--enable-debug' \
'--with-mm' \
"$@"

php.ini
session.save_handler=mm

files and user modules works, since they are statically defined in ps_modules.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14612&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to