forked from mirror/pixelfed
Update Installer.php
This commit is contained in:
parent
2e0587cef8
commit
211b497240
|
@ -139,7 +139,13 @@ class Installer extends Command
|
|||
'json',
|
||||
'mbstring',
|
||||
'openssl',
|
||||
'gd',
|
||||
'intl',
|
||||
'xml',
|
||||
'zip',
|
||||
'redis',
|
||||
];
|
||||
|
||||
foreach($extensions as $ext) {
|
||||
if(extension_loaded($ext) == false) {
|
||||
$this->error("- \"{$ext}\" PHP extension not found, aborting installation");
|
||||
|
|
Loading…
Reference in New Issue