mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Solve fatal error for https://github.com/the-djmaze/snappymail/issues/1138#issuecomment-1565336950
This commit is contained in:
parent
e90ecd472c
commit
828c1eb5a2
1 changed files with 3 additions and 3 deletions
|
|
@ -32,14 +32,14 @@ class Logger extends \SplFixedArray
|
|||
'SIGBUS',
|
||||
'SIGCHLD',
|
||||
'SIGCLD',
|
||||
'SIGCONT',
|
||||
// 'SIGCONT',
|
||||
'SIGFPE',
|
||||
'SIGHUP',
|
||||
'SIGILL',
|
||||
// 'SIGINT',
|
||||
'SIGIO',
|
||||
'SIGIOT',
|
||||
'SIGKILL',
|
||||
// 'SIGKILL',
|
||||
'SIGPIPE',
|
||||
'SIGPOLL',
|
||||
'SIGPROF',
|
||||
|
|
@ -47,7 +47,7 @@ class Logger extends \SplFixedArray
|
|||
'SIGQUIT',
|
||||
'SIGSEGV',
|
||||
'SIGSTKFLT',
|
||||
'SIGSTOP',
|
||||
// 'SIGSTOP',
|
||||
'SIGSYS',
|
||||
'SIGTERM',
|
||||
'SIGTRAP',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue