diff options
author | andy wharmby <wharmby@php.net> | 2007-03-05 15:49:00 +0000 |
---|---|---|
committer | andy wharmby <wharmby@php.net> | 2007-03-05 15:49:00 +0000 |
commit | a252c79d53fdaf3d3739d3ee395986c03dfa6893 (patch) | |
tree | 94e757261d29a02e642b6928a0f21dc94930c70e /ext/com_dotnet/php_com_dotnet.h | |
parent | c938da6a97a6cd2eb0d71397ca762a3e4014bf89 (diff) | |
download | php-git-a252c79d53fdaf3d3739d3ee395986c03dfa6893.tar.gz |
Fixed bug #35872 (Prevent object store references during RSHUTDOWN)
Diffstat (limited to 'ext/com_dotnet/php_com_dotnet.h')
-rw-r--r-- | ext/com_dotnet/php_com_dotnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/com_dotnet/php_com_dotnet.h b/ext/com_dotnet/php_com_dotnet.h index 2358772999..e64e357ee4 100644 --- a/ext/com_dotnet/php_com_dotnet.h +++ b/ext/com_dotnet/php_com_dotnet.h @@ -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 |