mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.3'
This commit is contained in:
commit
4e934d789e
1 changed files with 1 additions and 2 deletions
|
@ -183,8 +183,7 @@ static void zend_signal_handler(int signo, siginfo_t *siginfo, void *context)
|
||||||
zend_signal_entry_t p_sig;
|
zend_signal_entry_t p_sig;
|
||||||
#ifdef ZTS
|
#ifdef ZTS
|
||||||
if (tsrm_is_shutdown() || !tsrm_is_managed_thread()) {
|
if (tsrm_is_shutdown() || !tsrm_is_managed_thread()) {
|
||||||
p_sig.flags = 0;
|
p_sig = global_orig_handlers[signo-1];
|
||||||
p_sig.handler = SIG_DFL;
|
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
p_sig = SIGG(handlers)[signo-1];
|
p_sig = SIGG(handlers)[signo-1];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue