Is it already possible to install PHP 8.1 by default instead of 8.0?
Haven't tried, but I'm sure it is. Try with Code (Text): # Use a specific PHP version PHP_VERSION='8.1.10' in your custom_config file.
That would probably work but that's not flexible. I would like to install the latest version (whatever that may be at the time of installation).
I updated the sticky thread with instructions https://community.centminmod.com/th...alinux-8-rocky-linux-8-oses.23261/#post-94451 Default PHP 8.0 Code (Text): yum -y update curl -4sL https://centminmod.com/installer-el8x.sh -o installer-el8x.sh; bash installer-el8x.sh Default PHP 8.1 Code (Text): yum -y update curl -4sL https://centminmod.com/installer-el8x-81.sh -o installer-el8x-81.sh; bash installer-el8x-81.sh Default PHP 7.4 Code (Text): yum -y update curl -4sL https://centminmod.com/installer-el8x-74.sh -o installer-el8x-74.sh; bash installer-el8x-74.sh