Change PHP template for PHP 8
Changes: The mcrypt module's use is discouraged since 7.2: https://www.php.net/manual/en/migration72.other-changes.php so it has been removed The JSON module is included by default now so it does not need to be installed explicitly: https://wiki.php.net/rfc/always_enable_json Couple more development library dependencies were introduced to the PHP extensions being installed: Oniguruma and Zip Testing: Testing was performed manually by running it in a pipeline on GitLab.com Changelog: fixed
Showing
Please register or sign in to comment