diff --git a/general/development/policies/php.md b/general/development/policies/php.md index 14a36cb5f6..7b9214be55 100644 --- a/general/development/policies/php.md +++ b/general/development/policies/php.md @@ -49,6 +49,12 @@ You must be logged in to tracker to see issues in Epics. ## PHP supported versions +### PHP 8.2 + + + +PHP 8.2 **can be used with** Moodle 4.2.3, Moodle 4.3 and later releases. See MDL-76405 for details. + ### PHP 8.1 @@ -93,10 +99,6 @@ PHP 7.0 **can be used with** Moodle 3.0.1, Moodle 3.1 and later releases. It is ## PHP versions under development -### PHP 8.2 - -PHP 8.2 support **is currently being implemented** for Moodle 4.2.x, 4.3.0 and later releases. Hence it's still **incomplete and only for development purposes**. See MDL-76405 for details. - ### PHP 8.3 PHP 8.3 support **is currently being implemented**. We hope to make this available for Moodle 4.4 but this has not yet been confirmed and is subject to change. See MDL-76426 for details. diff --git a/general/releases/4.2.md b/general/releases/4.2.md index 96de72e0a8..acd8baf7a6 100644 --- a/general/releases/4.2.md +++ b/general/releases/4.2.md @@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date. - Moodle upgrade: Moodle 3.11.8 or later. -- PHP version: minimum PHP 8.0.0 *Note: minimum PHP version has increased since Moodle 4.1*. PHP 8.1.x is supported too. See [PHP](../development/policies/php.md) for details. +- PHP version: minimum PHP 8.0.0 *Note: minimum PHP version has increased since Moodle 4.1*. PHP 8.2.x is supported too (since Moodle 4.2.3). See [PHP](../development/policies/php.md) for details. - PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium). - PHP extension **exif** is recommended. - PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars). diff --git a/general/releases/4.3.md b/general/releases/4.3.md index 9238da7a09..a2344735eb 100644 --- a/general/releases/4.3.md +++ b/general/releases/4.3.md @@ -19,7 +19,7 @@ If you are upgrading from a previous version, please see [Upgrading](https://doc These are just the minimum supported versions. We recommend keeping all of your software and operating systems up-to-date. - Moodle upgrade: Moodle 3.11.8 or later. -- PHP version: minimum PHP 8.0.0 *Note: minimum PHP version has increased since Moodle 4.1*. PHP 8.1.x is supported too. See [PHP](../development/policies/php.md) for details. +- PHP version: minimum PHP 8.0.0 *Note: minimum PHP version has increased since Moodle 4.1*. PHP 8.2.x is supported too. See [PHP](../development/policies/php.md) for details. - PHP extension **sodium** is required. See [Environment - PHP extension sodium](https://docs.moodle.org/en/Environment_-_PHP_extension_sodium). - PHP setting **max_input_vars** must be >= 5000. For further details, see [Environment - max input vars](https://docs.moodle.org/en/Environment_-_max_input_vars). - PHP variants: Only 64-bit versions of PHP are supported. *Note: Changed since 4.1*.