blob: f2729f3d50d637cdeda0b5773278957035437331 [file] [log] [blame]
Derek Jones8ede1a22011-10-05 13:34:52 -05001###################
2Server Requirements
3###################
4
Andrey Andreevbcfe4612016-07-26 20:34:30 +03005`PHP <http://php.net/>`_ version 5.6 or newer is recommended.
Connor Tumblesone16b9262014-01-14 07:40:50 -06006
Andrey Andreevbcfe4612016-07-26 20:34:30 +03007It should work on 5.3.7 as well, but we strongly advise you NOT to run
Andrey Andreev934d6d92015-01-12 15:03:10 +02008such old versions of PHP, because of potential security and performance
9issues, as well as missing features.
10
11A database is required for most web application programming.
12Currently supported databases are:
13
Connor Tumblesone16b9262014-01-14 07:40:50 -060014 - MySQL (5.1+) via the *mysql* (deprecated), *mysqli* and *pdo* drivers
15 - Oracle via the *oci8* and *pdo* drivers
16 - PostgreSQL via the *postgre* and *pdo* drivers
17 - MS SQL via the *mssql*, *sqlsrv* (version 2005 and above only) and *pdo* drivers
18 - SQLite via the *sqlite* (version 2), *sqlite3* (version 3) and *pdo* drivers
19 - CUBRID via the *cubrid* and *pdo* drivers
20 - Interbase/Firebird via the *ibase* and *pdo* drivers
21 - ODBC via the *odbc* and *pdo* drivers (you should know that ODBC is actually an abstraction layer)