blob: 0b67e8e3a4aaaa9bc175913ef49cf2cd2282ce7c [file] [log] [blame]
Derek Jones8ede1a22011-10-05 13:34:52 -05001###################
2Server Requirements
3###################
4
Connor Tumblesone16b9262014-01-14 07:40:50 -06005- `PHP <http://www.php.net/>`_ version 5.2.4 or newer.
6- A Database is required for most web application programming.
7
8 Currently supported databases are:
9 - MySQL (5.1+) via the *mysql* (deprecated), *mysqli* and *pdo* drivers
10 - Oracle via the *oci8* and *pdo* drivers
11 - PostgreSQL via the *postgre* and *pdo* drivers
12 - MS SQL via the *mssql*, *sqlsrv* (version 2005 and above only) and *pdo* drivers
13 - SQLite via the *sqlite* (version 2), *sqlite3* (version 3) and *pdo* drivers
14 - CUBRID via the *cubrid* and *pdo* drivers
15 - Interbase/Firebird via the *ibase* and *pdo* drivers
16 - ODBC via the *odbc* and *pdo* drivers (you should know that ODBC is actually an abstraction layer)