-
Task
-
Resolution: Fixed
-
Critical
-
2.7
-
MOODLE_27_STABLE
-
MOODLE_26_STABLE, MOODLE_27_STABLE
-
Moderate
-
-
13
-
BACKEND Sprint 8
We need to decide ASAP about all the PHP/DB/Moodle versions requirements and put all them into the environmental tests (adding them to all supported branches).
At the same time, if there is any change in the PHP version... some changes have to be populated to various installers and replace them by the new one when corresponding. To get a list of candidates:
grep -r '5\.x\.y' * | grep '\.php'
(and look for MDL-39007 status, about to unify all those duplicated checks)
(and don't forget about the MyISAM thing @ MDL-46064)
Ciao