From: Mikael Nordfeldth Date: Mon, 14 Oct 2013 17:08:50 +0000 (+0200) Subject: docs: mysqlnd extension clarification X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=019b8880f5f37f4aadfcc3d65c1d4ac701763554;p=quix0rs-gnu-social.git docs: mysqlnd extension clarification --- diff --git a/INSTALL b/INSTALL index e211cf1312..ea700ebdb7 100644 --- 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)