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
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