GK>> It seems that on termination of a script the
GK>> PHP_MSHUTDOWN_FUNCTION is not called.

MSHUTDOWN is called on the module shutdown (i.e., engine shutdown),
RSHUTDOWN - on the request end.

GK>> However the doc at www.zend.com says :
GK>>
GK>> "... As dynamic loadable modules are loaded only on page
GK>> requests, the request shutdown function is immediately followed
GK>> by a call to the module shutdown handler (both deinitialization
GK>> events happen at the same time)... "

I guess this is related to modules loaded with dl() function.
-- 
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to