X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=INSTALL;h=bac8d3400504fca8b93466575e0e196b1ee25bb9;hb=db5df642bab47734edc2c58b2317f323c39fbf2b;hp=e211cf13129aa3c2df8d221ca17624ad8bd71cd7;hpb=ce37edc1b0bfc6e8fc31cd1a1a53dca99aa21e7e;p=quix0rs-gnu-social.git diff --git a/INSTALL b/INSTALL index e211cf1312..bac8d34005 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Prerequisites The following software packages are *required* for this software to run correctly. -- PHP 5.3+ For newer versions, some functions that are used may be +- PHP 5.3.2+ For newer versions, some functions that are used may be disabled by default, such as the pcntl_* family. See the section on 'Queues and daemons' for more information. - MariaDB 5.x GNU Social uses, by default, a MariaDB server for data @@ -20,7 +20,8 @@ functional setup of GNU Social: - Curl Fetching files by HTTP. - XMLWriter For formatting XML and HTML output. -- mysqlnd The native driver for PHP5 MySQL/MariaDB connections. +- mysqlnd The native driver for PHP5 MariaDB connections. If you + use MySQL, 'mysql' or 'mysqli' may work. - GD Image manipulation (scaling). - mbstring For handling Unicode (UTF-8) encoded strings. - bcmath or gmp For Salmon signatures (part of OStatus)