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
