X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=435f6d63bf4ffe22f43045568b22cadc92ec0039;hb=7e5bf39f768e3c97ddb5b82ad20a690b674f1f47;hp=e7f7cf318786c576b9792277afc3cee67d1a12b5;hpb=c403f7fa442d7f8eacb4e2288429c271450d57d2;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index e7f7cf3187..435f6d63bf 100644 --- a/install.php +++ b/install.php @@ -301,7 +301,7 @@ function checkPrereqs() } $reqs = array('gd', 'curl', - 'xmlwriter', 'mbstring','tidy'); + 'xmlwriter', 'mbstring', 'xml', 'dom', 'simplexml'); foreach ($reqs as $req) { if (!checkExtension($req)) { @@ -454,7 +454,6 @@ function showForm()

Enter your database connection information below to initialize the database.

-

StatusNet bundles a number of libraries for ease of installation. You can see what bundled libraries you are using, versus what libraries are installed on your server.