Re: [PHP-DEV] [FPM] when to call extensions MINIT and MSHUTDOWN

2010-11-11 Thread Ángel González
Jérôme Loyet wrote: > Hi guys, > > I'm sure when FPM should call extensions MINIT and MSHUTDOWN functions. > > MINIT is called once by the master process after it forks any > children. It's done by calling php_module_startup() in > cgi_sapi_module.startup(). > MSHUTDOWN is also called by the master

[PHP-DEV] [FPM] when to call extensions MINIT and MSHUTDOWN

2010-11-10 Thread Jérôme Loyet
Hi guys, I'm sure when FPM should call extensions MINIT and MSHUTDOWN functions. MINIT is called once by the master process after it forks any children. It's done by calling php_module_startup() in cgi_sapi_module.startup(). MSHUTDOWN is also called by the master process before exiting and after