Hi Saju, Actually I'm not sure this is my problem. I have tested my PHP extension on numerous platforms and I have only ever seen the PHP extension initialization / deinitialization routines run once for each restart.
Is the "load -> unload -> load" behavior you describe something new that Apache just started doing? If not, I think I might have a different problem. Mike On Fri, 20 Apr 2007 17:57:22 +0530 "Saju Pillai" <[EMAIL PROTECTED]> wrote: > The apache config cycle will load -> unload -> load your module on > startup. Infact your module gets reloaded in for every restart > > -srp > > On 20/04/07, Michael B Allen <[EMAIL PROTECTED]> wrote: > > I'm trying to track down a strange problem. I have a PHP extension > > that is being deinitialized immediately after it starts up. After much > > research I'm starting to think that only Apache would ultimately trigger > > such an event. > > > > Is there any reason why Apache would unload the PHP module immediately > > after startup? Is there any way to enable some kind of debugging to see > > Apache loading and unloading modules so that I might determine why PHP > > is being unloaded? > > > > Thanks, > > Mike > > >
