docs: mysqlnd extension clarification

This commit is contained in:
Mikael Nordfeldth 2013-10-14 19:08:50 +02:00
parent b903db059c
commit 019b8880f5
1 changed files with 2 additions and 1 deletions

View File

@ -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)