mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed bug #35872 (Prevent object store references during RSHUTDOWN)
This commit is contained in:
parent
c938da6a97
commit
a252c79d53
4 changed files with 23 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue