> Problem is in loading *.so file at start up.
> Session module is designed to provide globals
> for sub modules, if session module is not compiled
> in and user load sub module, it spits "undefined
> symbol" error at start up.
> Runtime "undefined symbol" error for perfectly valid
> php.ini (or config) is design flaw, IMHO :)
That would happen on a platform which does not by default
export symbols to the global symbol resolving namespace when
loading a shared object. On what platform are you seeing
this?
> However, session module is internal module and
> initilized always before normal module, IIRC. It makes
> external session save handler useless with current
> session module code :(
> (We need smart ini parser & module loader, also :)
We need smart administrators.
- Sascha Experience IRCG
http://schumann.cx/ http://schumann.cx/ircg
--
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]