jcrodriguez-dis / moodle-mod_vpl

Virtual Programming Lab for Moodle (Module)
GNU General Public License v3.0
97 stars 84 forks source link

jailserver - update php to 8.1? #182

Open buddy1234567 opened 3 months ago

buddy1234567 commented 3 months ago

Could we please update php on the jailserver to version 8.1?

jcrodriguez-dis commented 3 months ago

Dear @buddy1234567,

It's worth noting that the jail server installer typically utilizes the local package manager to install the most recent versions of development software found in the repositories of your Linux distribution, PHP included. Nonetheless, you have the liberty to employ any version of the development software that you are capable of installing manually on your jail server. The principal consideration is to ensure that the software version's command-line interface is compatible with the scripts utilized by the VPL (Virtual Programming Lab) plugin.

Specifically, the php command is used by the VPL plugin's PHP and HTML runner. After verifying the command-line options of PHP 8.3 and confirming its compatibility with the usage in VPL scripts, updating to PHP 8.1 should not present any issues.

You have several options to achieve this update, including:

Best regards,

Juan Carlos