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