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:
Dmitry Stogov 2018-10-25 23:43:25 +03:00
commit e6b76ecb4b

View file

@ -2157,9 +2157,7 @@ phpdbg_out:
zend_hash_destroy(&PHPDBG_G(file_sources)); zend_hash_destroy(&PHPDBG_G(file_sources));
zend_try { php_module_shutdown();
php_module_shutdown();
} zend_end_try();
#ifndef _WIN32 #ifndef _WIN32
/* force override (no zend_signals) to prevent crashes due to signal recursion in SIGSEGV/SIGBUS handlers */ /* force override (no zend_signals) to prevent crashes due to signal recursion in SIGSEGV/SIGBUS handlers */