I hope this is the correct forum for my question.
I often install Moodle Packages for Windows on my local systems so that I can test or preview upcoming versions before we actually install them on our development server (That part is done by someone else). I've been doing this for years.
Today, I was contacted by our cyber security guy telling me to remove the Moodle 4.1.11 package I had installed because the PHP was "critically vulnerable." This stuff is beyond my know-how and interest, so I just did as I was told.
Is there a way for me to install the 4.1.11 Moodle Package for Windows while including an updated version of PHP? Is it just a matter of replacing the contents of the PHP folder with perhaps the contents from a newer version of Moodle BEFORE I run the install?
By that, I mean..
- Download and unzip the contents of the 4.1.11 package
- Download and unzip the contents of a newer package (hopefully one with a newer PHP version)
- Replace the PHP contents of 1 with that of 2
- Run the local installation process for the 4.1.11 package
Would that work?