-
Bug
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
-
This week SEB landed (MDL-67850) and it came with the "plist" library.
And it seems that the library is not 100% PHP 7.4 compliant, with notices like:
Array and string offset access syntax with curly braces is deprecated
|
Links:
- phpunit: https://ci.moodle.org/view/Testing/job/DEV.74%20-%20PHPUnit%207.4%20-%20MDL-66260/95/
- behat: https://ci.moodle.org/view/Testing/job/DEV.74%20-%20Behat%20%28chrome%29%207.4%20-%20MDL-66260/82/
Looking upstream, there is PR #61, since some good months ago, that exactly addresses the problem.
So this issue is about to apply that PR locally, document it and verify that we are back to green with PHP 7.4