mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Don't wrap php_module_shutdown() with zend_try. executor_globals are released in ZTS build, and this leads to crash.
This commit is contained in:
parent
33e777acbf
commit
10abc1f010
@ -2157,9 +2157,7 @@ phpdbg_out:
|
||||
|
||||
zend_hash_destroy(&PHPDBG_G(file_sources));
|
||||
|
||||
zend_try {
|
||||
php_module_shutdown();
|
||||
} zend_end_try();
|
||||
php_module_shutdown();
|
||||
|
||||
#ifndef _WIN32
|
||||
/* force override (no zend_signals) to prevent crashes due to signal recursion in SIGSEGV/SIGBUS handlers */
|
||||
|
Loading…
Reference in New Issue
Block a user