]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - INSTALL
common_good_rand was _not_ a "good rand", only hex
[quix0rs-gnu-social.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e211cf13129aa3c2df8d221ca17624ad8bd71cd7..bac8d3400504fca8b93466575e0e196b1ee25bb9 100644 (file)
--- 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)