]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
docs: mysqlnd extension clarification
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 14 Oct 2013 17:08:50 +0000 (19:08 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 14 Oct 2013 17:08:50 +0000 (19:08 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index e211cf13129aa3c2df8d221ca17624ad8bd71cd7..ea700ebdb7da9faa8b0208006cc2733963ad1dd8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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)