mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +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',
|
'SIGBUS',
|
||||||
'SIGCHLD',
|
'SIGCHLD',
|
||||||
'SIGCLD',
|
'SIGCLD',
|
||||||
'SIGCONT',
|
// 'SIGCONT',
|
||||||
'SIGFPE',
|
'SIGFPE',
|
||||||
'SIGHUP',
|
'SIGHUP',
|
||||||
'SIGILL',
|
'SIGILL',
|
||||||
// 'SIGINT',
|
// 'SIGINT',
|
||||||
'SIGIO',
|
'SIGIO',
|
||||||
'SIGIOT',
|
'SIGIOT',
|
||||||
'SIGKILL',
|
// 'SIGKILL',
|
||||||
'SIGPIPE',
|
'SIGPIPE',
|
||||||
'SIGPOLL',
|
'SIGPOLL',
|
||||||
'SIGPROF',
|
'SIGPROF',
|
||||||
|
|
@ -47,7 +47,7 @@ class Logger extends \SplFixedArray
|
||||||
'SIGQUIT',
|
'SIGQUIT',
|
||||||
'SIGSEGV',
|
'SIGSEGV',
|
||||||
'SIGSTKFLT',
|
'SIGSTKFLT',
|
||||||
'SIGSTOP',
|
// 'SIGSTOP',
|
||||||
'SIGSYS',
|
'SIGSYS',
|
||||||
'SIGTERM',
|
'SIGTERM',
|
||||||
'SIGTRAP',
|
'SIGTRAP',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue