Re: [PHP-DEV] Apache + PHP extension modules + Prefork MPM

2004-01-30 Thread shimi
everything is loaded when libphp is initialized, right? so the answer is - depends on if libphp is initialized or not. and I already said when is it copied from the memory, and when is it re-executed from the disk... On Fri, 30 Jan 2004, ashish b\ wrote: > what about the extension module ? is

Re: [PHP-DEV] Apache + PHP extension modules + Prefork MPM

2004-01-30 Thread ashish b\\
what about the extension module ? is it reloaded? Regards Ashish shimi <[EMAIL PROTECTED]> wrote: On Thu, 29 Jan 2004, ashish b\ wrote: > Hello , > I have Apache compiled for Prefork MPM and PHP as Loadable module > on Redhat LINUX 7.3. > 1. I have a PHP extension module which is added in the "e

Re: [PHP-DEV] Apache + PHP extension modules + Prefork MPM

2004-01-30 Thread shimi
On Thu, 29 Jan 2004, ashish b\ wrote: > Hello , > I have Apache compiled for Prefork MPM and PHP as Loadable module > on Redhat LINUX 7.3. > 1. I have a PHP extension module which is added in the "extension=mymodule.so" > directive of php.ini. > 2. Now when Apache starts it wil

[PHP-DEV] Apache + PHP extension modules + Prefork MPM

2004-01-30 Thread ashish b\\
Hello , I have Apache compiled for Prefork MPM and PHP as Loadable module on Redhat LINUX 7.3. 1. I have a PHP extension module which is added in the "extension=mymodule.so" directive of php.ini. 2. Now when Apache starts it will load the PHP module, which in turn will load the