diff options
author | mmestrovic <mmestrovic@gmail.com> | 2011-09-01 02:24:08 +0200 |
---|---|---|
committer | mmestrovic <mmestrovic@gmail.com> | 2011-09-01 02:24:08 +0200 |
commit | c93ec88bedc8103095bcdd8f0e2ea2308ee0aa3f (patch) | |
tree | 1d9d97bb4dabac9270bbd17dac3706311d0fd508 | |
parent | ef26dfcb705521be0ad85b00fdb735299bdd02d2 (diff) |
Added reference for CUBRID database as supported in CI.
-rw-r--r-- | user_guide/general/requirements.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/requirements.html b/user_guide/general/requirements.html index 405798f04..de0ee76dd 100644 --- a/user_guide/general/requirements.html +++ b/user_guide/general/requirements.html @@ -59,7 +59,7 @@ Server Requirements <ul> <li><a href="http://www.php.net/">PHP</a> version 5.1.6 or newer.</li> - <li>A Database is required for most web application programming. Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgres, Oracle, SQLite, and ODBC.</li> + <li>A Database is required for most web application programming. Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgres, Oracle, SQLite, ODBC and CUBRID.</li> </ul> |