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