From 81a8a76c594fd90de316775f494170dddf2d6b51 Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Sun, 7 Jan 2018 22:22:41 +0100 Subject: [ticket/15500] Updates PHP requirements to 5.4.7+ in docs/ PHPBB3-15500 --- phpBB/docs/README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/README.html') diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 7fd80b3c2d..fd4bfdada0 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -323,7 +323,7 @@
-

phpBB 3.2.x takes advantage of new features added in PHP 5.4. We recommend that you upgrade to the latest stable release of PHP to run phpBB. The minimum version required is PHP 5.4.0 and the maximum supported version is the latest stable version of PHP.

+

phpBB 3.2.x takes advantage of new features added in PHP 5.4. We recommend that you upgrade to the latest stable release of PHP to run phpBB. The minimum version required is PHP 5.4.7 and the maximum supported version is the latest stable version of PHP 7.2.

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.

-- cgit v1.2.1 From 1f80b668f1c44f5ca5710b426bcde200525e24f7 Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Tue, 16 Jan 2018 21:42:26 +0100 Subject: [ticket/15500] Remove number from upper PHP limit PHPBB3-15500 --- phpBB/docs/README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/README.html') diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index fd4bfdada0..567ecd5ee0 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -323,7 +323,7 @@
-

phpBB 3.2.x takes advantage of new features added in PHP 5.4. We recommend that you upgrade to the latest stable release of PHP to run phpBB. The minimum version required is PHP 5.4.7 and the maximum supported version is the latest stable version of PHP 7.2.

+

phpBB 3.2.x takes advantage of new features added in PHP 5.4. We recommend that you upgrade to the latest stable release of PHP to run phpBB. The minimum version required is PHP 5.4.7 and the maximum supported version is the latest stable version of PHP.

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.

-- cgit v1.2.1 From bb442c498b866aff35b974731a6bc2a6281e3675 Mon Sep 17 00:00:00 2001 From: Christian Schnegelberger Date: Fri, 19 Jan 2018 18:16:17 +0100 Subject: [ticket/15500] Adds 7.1 and 7.2 to tested versions PHPBB3-15500 --- phpBB/docs/README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/README.html') diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 567ecd5ee0..8fb9036ad8 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -327,7 +327,7 @@

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.

-

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 and SQLite 3. Versions of PHP used range from 5.4.x above 5.6.x to 7.0.x without problem.

+

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 and SQLite 3. Versions of PHP used range from 5.4.7 above 5.6.x to 7.1.x and 7.2.x without problem.

7.i. Notice on PHP security issues

-- cgit v1.2.1