mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-30 02:03:16 +00:00
Update Installer.php
This commit is contained in:
parent
2e0587cef8
commit
211b497240
1 changed files with 6 additions and 0 deletions
|
@ -139,7 +139,13 @@ class Installer extends Command
|
||||||
'json',
|
'json',
|
||||||
'mbstring',
|
'mbstring',
|
||||||
'openssl',
|
'openssl',
|
||||||
|
'gd',
|
||||||
|
'intl',
|
||||||
|
'xml',
|
||||||
|
'zip',
|
||||||
|
'redis',
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach($extensions as $ext) {
|
foreach($extensions as $ext) {
|
||||||
if(extension_loaded($ext) == false) {
|
if(extension_loaded($ext) == false) {
|
||||||
$this->error("- \"{$ext}\" PHP extension not found, aborting installation");
|
$this->error("- \"{$ext}\" PHP extension not found, aborting installation");
|
||||||
|
|
Loading…
Reference in a new issue