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
