mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
Merge pull request #6 from seporaitis/master
Added 'pcntl' to required extensions list
This commit is contained in:
commit
0fc96c94c8
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