mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +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',
|
'mysql',
|
||||||
'hash',
|
'hash',
|
||||||
'json',
|
'json',
|
||||||
|
'pcntl'
|
||||||
);
|
);
|
||||||
foreach ($extensions as $extension) {
|
foreach ($extensions as $extension) {
|
||||||
$ok = self::requireExtension($extension);
|
$ok = self::requireExtension($extension);
|
||||||
|
|
Loading…
Reference in a new issue