diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:19:13 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-09-25 17:19:13 +0200 |
commit | de2c70127f61819d1771493016ec2935eadb7e91 (patch) | |
tree | 3de14fe081743448c49be878d0629d7d5180456e /phpBB/docs/README.html | |
parent | 164f0e031d6f7fdb29c60cfcc980416685047e45 (diff) | |
parent | 37880af03c3e69e49ee6d97adce5203a914fef7f (diff) | |
download | forums-de2c70127f61819d1771493016ec2935eadb7e91.tar forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.gz forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.bz2 forums-de2c70127f61819d1771493016ec2935eadb7e91.tar.xz forums-de2c70127f61819d1771493016ec2935eadb7e91.zip |
Merge pull request #4265 from Senky/ticket/10809
[ticket/10809] Remove MSSQL support
* Senky/ticket/10809:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
Diffstat (limited to 'phpBB/docs/README.html')
-rw-r--r-- | phpBB/docs/README.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 3a4ca02d20..2fa18a0714 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -266,7 +266,7 @@ <ul> <li>Your server type/version, e.g. Apache 2.2.3, IIS 7, Sambar, etc.</li> <li>PHP version and mode of operation, e.g. PHP 5.4.0 as a module, PHP 5.4.0 running as CGI, etc.</li> - <li>DB type/version, e.g. MySQL 5.0.77, PostgreSQL 9.0.6, MSSQL Server 2000 SP1, etc.</li> + <li>DB type/version, e.g. MySQL 5.0.77, PostgreSQL 9.0.6, MSSQL Server 2000 (via ODBC), etc.</li> </ul> <p>The relevant database type/version is listed within the administration control panel.</p> @@ -327,7 +327,7 @@ <p>Please remember that running any application on a development (unstable, e.g. a beta release) version of PHP can lead to strange/unexpected results which may appear to be bugs in the application. Therefore, we recommend you upgrade to the newest stable version of PHP before running phpBB. If you are running a development version of PHP please check any bugs you find on a system running a stable release before submitting.</p> - <p>This board has been developed and tested under Linux and Windows (amongst others) running Apache using MySQL 3.23, 4.x, 5.x, MariaDB 5.x, MSSQL Server 2000, PostgreSQL 8.x, Oracle 8, SQLite 2 and SQLite 3. Versions of PHP used range from 5.4.x above 5.6.x to 7.0.x without problem.</p> + <p>This board has been developed and tested under Linux and Windows (amongst others) running Apache using MySQL 3.23, 4.x, 5.x, MariaDB 5.x, PostgreSQL 8.x, Oracle 8, SQLite 2 and SQLite 3. Versions of PHP used range from 5.4.x above 5.6.x to 7.0.x without problem.</p> <a name="phpsec"></a><h3>7.i. Notice on PHP security issues</h3> |