-
Epic
-
Resolution: Unresolved
-
Minor
-
None
-
Future Dev
-
Prepare Moodle for PHP 8.4
-
<< add CI badges here >>
The, hopefully small, epic to turn Moodle ready for PHP 8.4.
Target: TBD (PHP 8.4 release will happen November 21th, 2024).
When: Being cristal clear (aka transparent), the ideal target release for this is Moodle 5.0.0 (aka, supported since the very beginning of the branch), but be warned that full support may arrive later in any Moodle X.Y.x minor release in the branch, depending of a number of factors (extensions availability and bugs, 3rd part libraries, last minute surprises...).
Some initial links:
- Main changes explained: https://stitcher.io/blog/new-in-php-84 and https://php.watch/versions/8.4.
- Changes detailed: https://github.com/php/php-src/blob/PHP-8.4/UPGRADING.
- Accepted RFCs: https://wiki.php.net/rfc#php_84.
Some basic requirements for this:
- Ensure that all the linked issue from the previous PHP epic have been also added to this issue.
- Get unit and acceptance tests passing against all databases (may imply the need of upgrading phpunit/behat...).
- phpunit upgrade: ----
- behat upgrade: ----
- Check that all the change details have been reviewed and fixed (attached file). Note that, until release, this file is considered WIP and subject to changes! Reference: https://github.com/php/php-src/blob/PHP-8.4/UPGRADING (MDL-xxxxx)
- Ensure that older versions of Moodle don't work with PHP 8.4 (MDL-xxxxx)
- (link) - get moodle-php-apache docker images working with the new php version.
- Verify that php-parallel-lint/php-parallel-lint and others pass for all php versions (MDL-xxxxx)
- There are a few - search in the tracker for any issue created about "php 8.4" or "php84". Add them to this epic after analysing them.
- FINAL: Verify that the apache logs are clean of PHP 8.4 notices/warnings/errors (MDL-xxxxx)
- FINAL: Verify that all the issues found by the dev version of PHPCompatibility are fixed or false positives (MDL-xxxxx).
- FINAL: When CIs are passing consistently, put all the MySQL (W) jobs in the target branches of the Epic to, manually, use the new PHP version (note that later, in the TODOs, we'll undo this manual configuration).
- FINAL: Get gha working with the new php version (MDL-xxxxx)
- FINAL: phpcs.xml.dist : Ensure that the testVersion config setting matches the range of PHP supported versions in all the affected branches. Note that for master branch we leave the range open always (MDL-xxxxx).
- FINAL: Verify that both install and upgrade from lowest possible site works ok, without any error/warning/notice. Both cli and web (MDL-xxxxx).
- FINAL: (part of the epic testing instructions). Update docs (and others, see testing instructions) once this is ready. If needed to, ask for the creation of the next major release page in devdocs (example issue / example PR).
- ...
And some tasks to do once this is upstream:
TODO 1: Review the travis (only moodle-plugin-ci) and/or github actions configuration for various repositories. The new PHP version needs to be covered. Known to need review / fix repos include:
- moodle_docker
- moodle-ci-runner
- nightlyjobs (don't forget to delete any manual configuration that has been done in advance for the, usually, MySQL (W) jobs in the Epic target branches).
- moodle-cs
- moodle-plugin-ci
- local_codechecker
- local_moodlecheck
- local_ci - Not strictly required.
- moodle-tool_pluginskel
- moodle-webservice_xmlrpc
- ...
- has a non-specific relationship to
-
MDL-77101 Using soft reserved words (numeric, enum) could break in the future
- Open
-
MDL-76423 Enable backtrace parameter redaction for sensitive function calls
- Open
- has been marked as being related by
-
MDL-79809 Decide Moodle 4.5 requirements and push them to environment.xml (due date: 2024-05-27)
- Closed
- is a clone of
-
MDL-76426 Prepare Moodle for PHP 8.3
- Closed
- is blocked by
-
MDL-83401 Upgrade php-di to latest version
- Waiting for peer review
-
MDL-83404 Upgrade guzzle and friends to latest
- Waiting for peer review
- is child of
-
IDEA-167 PHP version 8.3 compatibility
- Closed
- will be (partly) resolved by
-
MDL-81252 Investigate a way to check unclosed recordsets
- Open
-
MDL-67733 Upgrade Google APIs client library to latest version
- Development in progress
-
MDL-81669 Upgrade phpxmlrpc to the 4.11.0
- Waiting for integration review