Brad Lafountain wrote:
> Question..
> 
> why doens't the destructor get called on shutdown with the following line...
> 
> ZEND_INIT_MODULE_GLOBALS(soap, php_init_globals, php_del_globals);
> 

According to the macro definition, it does not use
it unless PHP is compiled with ZTS.

-- 
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to