mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix check ext pcntl
This commit is contained in:
@@ -147,7 +147,7 @@ class Install
|
||||
$tableRows[] = [
|
||||
'label' => 'PHP extension pcntl',
|
||||
'required' => 'true',
|
||||
'current' => (int)extension_loaded($extension),
|
||||
'current' => (int)extension_loaded('pcntl'),
|
||||
'result' => "If 'current' showing 0, make sure it's on php -m",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user