ignore pcntl_*

This commit is contained in:
xiaomlove
2023-06-16 02:55:23 +08:00
parent e1a9e2e70e
commit 5c06874084
+1 -1
View File
@@ -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';