diff options
Diffstat (limited to 'phpBB/docs/INSTALL.html')
-rw-r--r-- | phpBB/docs/INSTALL.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 9f8bbe74b8..5bae9a0580 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content="" /> -<meta name="description" content="phpBB 3.1.x Installation, updating and conversion informations" /> +<meta name="description" content="phpBB 3.2.x Installation, updating and conversion informations" /> <title>phpBB • Install</title> <link href="assets/css/stylesheet.css" rel="stylesheet" type="text/css" media="screen" /> @@ -21,8 +21,8 @@ <div id="doc-description"> <a href="../index.php" id="logo"><img src="assets/images/site_logo.gif" alt="" /></a> - <h1>phpBB 3.1.x Install</h1> - <p>phpBB 3.1.x Installation, updating and conversion informations</p> + <h1>phpBB 3.2.x Install</h1> + <p>phpBB 3.2.x Installation, updating and conversion informations</p> <p style="display: none;"><a href="#start_here">Skip</a></p> </div> @@ -133,7 +133,7 @@ <div class="content"> - <p>phpBB 3.1.x has a few requirements which must be met before you are able to install and use it.</p> + <p>phpBB 3.2.x has a few requirements which must be met before you are able to install and use it.</p> <ul> <li>A webserver or web hosting account running on any major Operating System with support for PHP</li> @@ -148,7 +148,7 @@ <li>Oracle</li> </ul> </li> - <li><strong>PHP 5.3.3+</strong> and <strong>PHP < 7.0</strong> with support for the database you intend to use.</li> + <li><strong>PHP 5.4.0+</strong> and <strong>PHP < 7.1</strong> with support for the database you intend to use.</li> <li>The following PHP modules are required: <ul> <li>json</li> @@ -166,7 +166,7 @@ </li> </ul> - <p>If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.1.x.</p> + <p>If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.2.x.</p> </div> @@ -257,7 +257,7 @@ <hr /> - <a name="update"></a><h2>4. Updating from stable releases of phpBB 3.1.x</h2> + <a name="update"></a><h2>4. Updating from stable releases of phpBB 3.2.x</h2> <div class="paragraph"> <div class="inner"> @@ -282,7 +282,7 @@ <p>This package is meant for those wanting to only replace the files that were changed between a previous version and the latest version.</p> - <p>This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have <strong>3.1.0</strong> you should select the appropriate <code>phpBB-3.1.1-files.zip/tar.bz2</code> file.</p> + <p>This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have <strong>3.2.0</strong> you should select the appropriate <code>phpBB-3.2.1-files.zip/tar.bz2</code> file.</p> <p>The directory structure has been preserved, enabling you (if you wish) to simply upload the uncompressed contents of the archive to the appropriate location on your server, i.e. simply overwrite the existing files with the new versions. Do not forget that if you have installed any modifications (MODs) these files will overwrite the originals, possibly destroying them in the process. You will need to re-add MODs to any affected file before uploading.</p> @@ -322,7 +322,7 @@ <p>If you have non-English language packs installed, you may want to see if a new version has been made available. A number of missing strings may have been added which, though not essential, may be beneficial to users. Please note that at this time not all language packs have been updated so you should be prepared to periodically check for updates.</p> - <p>These update methods will only update the standard styles, <code>prosilver</code> and <code>subsilver2</code>, any other styles you have installed for your board will usually also need to be updated.</p> + <p>These update methods will only update the standard style <code>prosilver</code>, any other styles you have installed for your board will usually also need to be updated.</p> </div> |