Just a quick warning for people upgrading PHP to the latest and greatest version of PHP 8.2 (and AlmaLinux 9.1, and Remi Repo). There are a lot of programs and stuff that doesn’t work with it (yet). Here’s the ‘crash list’ that I found so far:
- Nextcloud 25.0.2 (Thanks for telling me!). PHP 8.2 support slated for NextCloud 26 (months away)
Workaround for now:
# dnf erase php\*
# dnf module reset php
# dnf module enable php:remi-8.1
# dnf -y install php php-fpm php-imap php-mysqlnd php-gd php-mbstring php-opcache php-pecl-apcu php-pecl-mcrypt php-process php-xmlrpc php-json php-pecl-memcache php-tcpdf php-zip php-bcmath php-intl php-mongodb php-gmp