blob: a927b7af6596999c25746200e12583190a8792ea (
plain)
1
2
3
4
5
6
7
8
|
###################
Server Requirements
###################
- `PHP <http://www.php.net/>`_ version 5.2.4 or newer.
- A Database is required for most web application programming. Current
supported databases are MySQL (5.1+), MySQLi, MS SQL, Postgres, Oracle,
SQLite, ODBC and CUBRID.
|