mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue