Re: [PHP-DEV] Re: Dynamically loaded extensions and PHP sessions

2002-05-30 Thread mlwmohawk
> [EMAIL PROTECTED] wrote: >> Is it possible to configure the PHP session system to use a >> dynamically loaded session manager? >> >> I am loading the extension, but the session extension seems to try to >> initialize itself prior to the dynamic extension being loaded. >> > > This

[PHP-DEV] Re: Dynamically loaded extensions and PHP sessions

2002-05-29 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > Is it possible to configure the PHP session system to use a dynamically loaded >session manager? > > I am loading the extension, but the session extension seems to try to initialize >itself prior to the > dynamic extension being loaded. > This is the one of the