You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remi provides repos for CentOS 7 and 8. In 8, the repos are modular. If a repo for a specific PHP version e.g. 7.4, has been enabled (remi-php74), remi should be enabled and the equivalent PHP module should be installed during the upgrade. Currently, PHP is downgraded from 7.4 to 7.2 in favour of the default.
On AlmaLinux 8.9, the following will enable 7.4 from the CLI:
Remi provides repos for CentOS 7 and 8. In 8, the repos are modular. If a repo for a specific PHP version e.g. 7.4, has been enabled (
remi-php74
),remi
should be enabled and the equivalent PHP module should be installed during the upgrade. Currently, PHP is downgraded from 7.4 to 7.2 in favour of the default.On AlmaLinux 8.9, the following will enable 7.4 from the CLI:
This will need to be implemented in code (example) rather than config files.
The text was updated successfully, but these errors were encountered: