diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-21 17:03:00 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-21 17:03:00 +0000 |
| commit | 9f060eba6eb8f2e54f5c26cc23c4f82eee7903b8 (patch) | |
| tree | fb92caada98efb76568a64d2492b59cd17442934 /phpBB/docs | |
| parent | dcd073bb44136ac0d22ade2a5ecf759e7e2ae3bc (diff) | |
| download | forums-9f060eba6eb8f2e54f5c26cc23c4f82eee7903b8.tar forums-9f060eba6eb8f2e54f5c26cc23c4f82eee7903b8.tar.gz forums-9f060eba6eb8f2e54f5c26cc23c4f82eee7903b8.tar.bz2 forums-9f060eba6eb8f2e54f5c26cc23c4f82eee7903b8.tar.xz forums-9f060eba6eb8f2e54f5c26cc23c4f82eee7903b8.zip | |
some adjustements to the installer
git-svn-id: file:///svn/phpbb/trunk@9284 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/INSTALL.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 81e6f36e1b..7a86f67bff 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -136,15 +136,15 @@ <li>A webserver or web hosting account running on any major Operating System with support for PHP</li> <li>A SQL database system, <strong>one of</strong>: <ul> - <li>MySQL 3.23 or above (MySQLi supported)</li> - <li>PostgreSQL 7.3+</li> - <li>SQLite 2.8.2+</li> - <li>Firebird 2.0+</li> + <li>MySQL(i): 4.1 or above</li> + <li>PostgreSQL: 8.2+</li> + <li>SQLite: 2.8.2+</li> + <li>Firebird: 2.0+</li> <li>MS SQL Server 2000 or above (directly or via ODBC)</li> - <li>Oracle</li> + <li>Oracle: 9.2+</li> </ul> </li> - <li><strong>PHP 4.3.3+ (>=4.3.3, >4.4.x, >5.x.x, >6.0-dev (compatible))</strong> with support for the database you intend to use.</li> + <li><strong>PHP 5.2.0+ </strong> with support for the database you intend to use.</li> <li>getimagesize() function need to be enabled.</li> <li>These optional presence of the following modules within PHP will provide access to additional features, but they are not required. <ul> |
