Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sapi/fpm/fpm/fpm_signals.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ int fpm_signals_init_child() /* {{{ */
zlog(ZLOG_SYSERROR, "failed to init child signals: sigaction()");
return -1;
}

#ifdef ZEND_SIGNALS
zend_signal_init();
#endif
return 0;
}
/* }}} */
Expand Down