From 89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 11 May 2019 17:30:43 +0200 Subject: [ticket/16052] Update version numbers to 3.3 PHPBB3-16052 --- phpBB/docs/INSTALL.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'phpBB/docs/INSTALL.html') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 7edfa8b43d..33609837eb 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -4,7 +4,7 @@ - + phpBB • Install @@ -21,8 +21,8 @@
-

phpBB 3.2.x Install

-

phpBB 3.2.x Installation, updating and conversion informations

+

phpBB 3.3.x Install

+

phpBB 3.3.x Installation, updating and conversion informations

Skip

@@ -44,7 +44,7 @@

A basic overview of running phpBB can be found in the accompanying README file. Please ensure you read that document in addition to this! For more detailed information on using, installing, - updating and converting phpBB you should read the documentation + updating and converting phpBB you should read the documentation available online.

@@ -59,7 +59,7 @@
  • Quick install
  • Requirements
  • New installation
  • -
  • Updating from stable releases of phpBB 3.2.x +
  • Updating from stable releases of phpBB 3.3.x
    1. Full package
    2. Changed files
    3. @@ -68,8 +68,8 @@
    4. All package types
  • -
  • Updating from phpBB 3.0.x/3.1.x to phpBB 3.2.x
  • -
  • Conversion from phpBB 2.0.x to phpBB 3.2.x +
  • Updating from phpBB 3.0.x/3.1.x to phpBB 3.2.x or phpBB 3.3.x
  • +
  • Conversion from phpBB 2.0.x to phpBB 3.3.x
    1. Requirements before converting
    2. Converting
    3. @@ -139,7 +139,7 @@
    4. A webserver or web hosting account running on any major Operating System with support for PHP
    5. A SQL database system, one of:
        -
      • MySQL 3.23 or above (MySQLi supported)
      • +
      • MySQL 4.1.3 or above (MySQLi required)
      • MariaDB 5.1 or above
      • PostgreSQL 8.3+
      • SQLite 3.6.15+
      • @@ -151,6 +151,7 @@
      • The following PHP modules are required:
        • json
        • +
        • XML support
      • getimagesize() function must be enabled.
      • @@ -158,13 +159,12 @@
        • zlib Compression support
        • Remote FTP support
        • -
        • XML support
        • GD Support
      -

      If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.2.x.

      +

      If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.3.x.

      @@ -255,7 +255,7 @@
      -

      4. Updating from stable releases of phpBB 3.2.x

      +

      4. Updating from stable releases of phpBB 3.3.x

      @@ -280,7 +280,7 @@

      This package is meant for those wanting to only replace the files that were changed between a previous version and the latest version.

      -

      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 3.2.0 you should select the appropriate phpBB-3.2.1-files.zip/tar.bz2 file.

      +

      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 3.3.0 you should select the appropriate phpBB-3.3.1-files.zip/tar.bz2 file.

      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.

      @@ -292,7 +292,7 @@

      The patch file is one solution for those with changes in to the phpBB core files and do not want to re-add them back to all the changed files. To use this you will need command line access to a standard UNIX type patch application. If you do not have access to such an application, but still want to use this update approach, we strongly recommend the Automatic update package explained below. It is also the recommended update method.

      -

      A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.2.0, you need the phpBB-3.2.1-patch.zip/tar.bz2 file. Place the correct patch in the parent directory containing the phpBB core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

      +

      A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.3.0, you need the phpBB-3.3.1-patch.zip/tar.bz2 file. Place the correct patch in the parent directory containing the phpBB core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

      If you do get failures, you should look at using the Changed Files package to replace the files which failed to patch. Please note that you will need to manually re-add any MODs to these particular files. Alternatively, if you know how, you can examine the .rej files to determine what failed where and make manual adjustments to the relevant source.

      @@ -302,7 +302,7 @@

      This update method is only recommended for installations with modifications to core phpBB files. This package detects changed files automatically and merges in changes if needed.

      -

      The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is 3.2.0, you need the phpBB-3.2.0_to_3.2.1.zip/tar.bz2 file.

      +

      The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is 3.3.0, you need the phpBB-3.3.0_to_3.3.1.zip/tar.bz2 file.

      To perform the update, either follow the instructions from the Administration Control Panel->System Tab - this should point out that you are running an outdated version and will guide you through the update - or follow the instructions listed below.

      @@ -331,16 +331,16 @@
      -

      5. Updating from phpBB 3.0.x/3.1x to phpBB 3.2.x

      +

      5. Updating from phpBB 3.0.x/3.1x to phpBB 3.2.x or phpBB 3.3.x

      -

      Updating from phpBB 3.0.x or 3.1.x to 3.2.x is just the same as updating from stable releases of phpBB 3.2.x

      +

      Updating from phpBB 3.0.x or 3.1.x to 3.2.x or 3.3.x is just the same as updating from stable releases of phpBB 3.3.x

      -

      However you can also start with a new set of phpBB 3.2.x files.

      +

      However you can also start with a new set of phpBB 3.3.x files.

      1. Delete all files EXCEPT for the following: @@ -353,7 +353,7 @@
      2. (The ext/ directory
      3. -
      4. Upload the contents of the 3.2.x Full Package into your forum's directory. Make sure the root level .htaccess file is included in the upload.
      5. +
      6. Upload the contents of the 3.3.x Full Package into your forum's directory. Make sure the root level .htaccess file is included in the upload.
      7. Browse to /install/app.php/update
      8. Read the notice Update database only and press Submit
      9. Delete the install/ directory
      10. @@ -367,7 +367,7 @@
        -

        6. Conversion from phpBB 2.0.x to phpBB 3.2.x

        +

        6. Conversion from phpBB 2.0.x to phpBB 3.3.x

        -- cgit v1.2.1