mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Added PCNTL extension to the required extensions list.
This commit is contained in:
parent
28146171ce
commit
cb8348c8eb
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class PhabricatorSetup {
|
|||
'mysql',
|
||||
'hash',
|
||||
'json',
|
||||
'pcntl'
|
||||
);
|
||||
foreach ($extensions as $extension) {
|
||||
$ok = self::requireExtension($extension);
|
||||
|
|
Loading…
Reference in a new issue