mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
ignore pcntl_*
This commit is contained in:
@@ -38,7 +38,7 @@ class Install
|
||||
];
|
||||
protected array $requiredFunctions = [
|
||||
'symlink', 'putenv', 'proc_open', 'proc_get_status', 'exec',
|
||||
'pcntl_signal', 'pcntl_alarm', 'pcntl_async_signals'
|
||||
// 'pcntl_signal', 'pcntl_alarm', 'pcntl_async_signals'
|
||||
];
|
||||
|
||||
protected string $lockFile = 'install.lock';
|
||||
|
||||
Reference in New Issue
Block a user