On Tue, 2 Jul 2002, Torsten Curdt wrote:

> Two simple questions:
> 
> 1) Does the "core" (aka libphp4.so) need to know about all possible extension 
> modules at compilation time (--with-FOO=shared) in order to load a module? Or 
> is it possible to just load any module that is compiled against the same php 
> version?

The latter, libphp4.so doesn't need to know about shared modules.

> 
> 2) When will extension modules be loaded when using mod_php within apache? I 
> assume for each apache child?

If you specified them in php.ini, they will be loaded for every apache 
child.

Derick

---------------------------------------------------------------------------
 Did I help you?   http://www.derickrethans.nl/link.php?url=giftlist
 Frequent ranting: http://www.derickrethans.nl/
---------------------------------------------------------------------------
                 PHP: Scripting the Web - [EMAIL PROTECTED]
                    All your branches are belong to me!
                SRM: Script Running Machine - www.vl-srm.net
---------------------------------------------------------------------------


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to