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
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
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
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