mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
Merge branch 'master' into preload
* master: Don't wrap php_module_shutdown() with zend_try. executor_globals are released in ZTS build, and this leads to crash. [ci skip] Fix indentation in UPGRADING.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user