1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Added PCNTL extension to the required extensions list.

This commit is contained in:
Julius Seporaitis 2011-05-18 11:46:04 +03:00
parent 28146171ce
commit cb8348c8eb

View file

@ -36,6 +36,7 @@ class PhabricatorSetup {
'mysql',
'hash',
'json',
'pcntl'
);
foreach ($extensions as $extension) {
$ok = self::requireExtension($extension);