Fixed bug #35872 (Prevent object store references during RSHUTDOWN)

This commit is contained in:
andy wharmby 2007-03-05 15:49:00 +00:00
parent c938da6a97
commit a252c79d53
4 changed files with 23 additions and 11 deletions

View file

@ -47,6 +47,7 @@ ZEND_BEGIN_MODULE_GLOBALS(com_dotnet)
zend_bool autoreg_case_sensitive;
void *dotnet_runtime_stuff; /* opaque to avoid cluttering up other modules */
int code_page; /* default code_page if left unspecified */
zend_bool rshutdown_started;
ZEND_END_MODULE_GLOBALS(com_dotnet)
#ifdef ZTS