]> granicus.if.org Git - php/commit
Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makes
authorStanislav Malyshev <stas@php.net>
Tue, 30 Mar 2004 16:54:20 +0000 (16:54 +0000)
committerStanislav Malyshev <stas@php.net>
Tue, 30 Mar 2004 16:54:20 +0000 (16:54 +0000)
commit7eed89deb7d54d0b3a83f7331bf53dd544c5d212
tree0c6ec49d9726f535ec0f976d956ec71c8bb45361
parent06f91140fe4ef9374bf4bdf48e66ccd06adf023c
Disabled calling dtors on tsrm_shutdown - calling dtors in tsrm_shutdown makes
modules registering TSRM ids to crash, if they have dtors,
since the module is unloaded before tsrm_shutdown is called.
Can be re-enabled after tsrm_free_id is implemented.
TSRM/TSRM.c