Release v26.02.01 includes an update to PHP from 8.1 to 8.2.
A migration exists which will do the following:
- Uninstall PHP 8.1
- Install PHP 8.2
- Configure PHP 8.2’s
php.inifile for a normal system installation - Copy
submitty.conffrom/etc/php/8.1/fpm/pool.dto/etc/php/8.2/fpm/pool.d
/etc/php/8.1 is not deleted or modified in any way during this process.
Ensure any custom configuration from /etc/php/8.1 is copied over to /etc/php/8.2.
Once complete, /etc/php/8.1 can be deleted.