Re: [PHP-DEV] extension not shutting down on each request

2001-07-25 Thread Stanislav Malyshev
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

[PHP-DEV] extension not shutting down on each request

2001-07-25 Thread Gilles Koffmann
Hi, I'm working on an extension with PHP 4.06, VC++6 and doing OO syntax overloading. It seems that on termination of a script the PHP_MSHUTDOWN_FUNCTION is not called. However the doc at www.zend.com says : "... As dynamic loadable modules are loaded only on page requests, the request shutdow