-
Task
-
Resolution: Deferred
-
Minor
-
None
-
4.5
-
MOODLE_405_STABLE
-
MDL-84259_remove-all-the-old-php-version-checks-from-mod-lti -
-
This comes from MDL-73500 and MDL-73700, where a number of PHP < 73 checks were removed from the core because they contained deprecated / removed functionality in PHP 80.
There, it was detected that we still have a good number of old checks in the code (some dating back to php 5x).
The commit "lti: remove old PHP version check", originally in MDL-73700, is moved to this separate issue because mod_lti is being migrated to core (MDL-79109), so it is better to patch it separately so the people working on that issue can review it.
So this issue is about removing all those checks and the branches of code being executed for those old PHP versions.