PHP Version Weirdness

Thanks for this. The acpu one caught me out. I run an installation of Nextcloud on one server that uses APCU for cacheing. That stopped working, and I couldn’t work out why as the logs didn’t give me much to go on, just a 500 error. But removing the apcu line from the nextcloud config made it work again. I might switch to redis instead.

So it seems PHP 8.0 has dropped, which is maybe what all the version craziness was about. My server installed a few of the modules automatically – php8.0-cli php8.0-common php8.0-imagick php8.0-opcache php8.0-readline – and I guess I’ll install the rest of the ones I usually use manually.

Not planning to use it immediately, but at what point does it become part of the Hestia PHP version options?