forked from GNUsocial/gnu-social
JSON is a required PHP extension for GNU social.
This commit is contained in:
parent
1591c0458e
commit
c514cac31d
@ -114,7 +114,7 @@ abstract class Installer
|
||||
$pass = false;
|
||||
}
|
||||
|
||||
$reqs = array('gd', 'curl',
|
||||
$reqs = array('gd', 'curl', 'json',
|
||||
'xmlwriter', 'mbstring', 'xml', 'dom', 'simplexml');
|
||||
|
||||
foreach ($reqs as $req) {
|
||||
|
Loading…
Reference in New Issue
Block a user