JSON is a required PHP extension for GNU social.

This commit is contained in:
Mikael Nordfeldth 2014-03-01 13:58:03 +01:00
parent 1591c0458e
commit c514cac31d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {