summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/requirements.rst
blob: 1cb5938aadbb160b5a51cb40de22f698342cc6c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
###################
Server Requirements
###################

- `PHP <http://www.php.net/>`_ version 5.4 or newer is recommended and 5.2.4 as the absolute minimum required.
- A Database is required for most web application programming.

 Currently supported databases are:
  - MySQL (5.1+) via the *mysql* (deprecated), *mysqli* and *pdo* drivers
  - Oracle via the *oci8* and *pdo* drivers
  - PostgreSQL via the *postgre* and *pdo* drivers
  - MS SQL via the *mssql*, *sqlsrv* (version 2005 and above only) and *pdo* drivers
  - SQLite via the *sqlite* (version 2), *sqlite3* (version 3) and *pdo* drivers
  - CUBRID via the *cubrid* and *pdo* drivers
  - Interbase/Firebird via the *ibase* and *pdo* drivers
  - ODBC via the *odbc* and *pdo* drivers (you should know that ODBC is actually an abstraction layer)