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