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
ls -l /etc/php/*/mods-available
/etc/php/8.1/mods-available:
total 4
-rw-r--r-- 1 root root 82 Jul 10 22:55 snuffleupagus.ini
/etc/php/8.2/mods-available:
total 96
-rw-r--r-- 1 root root 18 Dec 9 2022 apcu.ini
-rw-r--r-- 1 root root 74 Jun 9 19:37 calendar.ini
-rw-r--r-- 1 root root 71 Jun 9 19:37 ctype.ini
-rw-r--r-- 1 root root 68 Jun 9 19:37 curl.ini
-rw-r--r-- 1 root root 70 Jun 9 19:37 exif.ini
-rw-r--r-- 1 root root 69 Jun 9 19:37 ffi.ini
-rw-r--r-- 1 root root 74 Jun 9 19:37 fileinfo.ini
-rw-r--r-- 1 root root 69 Jun 9 19:37 ftp.ini
-rw-r--r-- 1 root root 73 Jun 9 19:37 gettext.ini
-rw-r--r-- 1 root root 71 Jun 9 19:37 iconv.ini
-rw-r--r-- 1 root root 71 Jun 9 19:37 mysqli.ini
-rw-r--r-- 1 root root 72 Jun 9 19:37 mysqlnd.ini
-rw-r--r-- 1 root root 95 Jun 9 19:37 opcache.ini
-rw-r--r-- 1 root root 69 Jun 9 19:37 pdo.ini
-rw-r--r-- 1 root root 74 Jun 9 19:37 pdo_mysql.ini
-rw-r--r-- 1 root root 70 Jun 9 19:37 phar.ini
-rw-r--r-- 1 root root 71 Jun 9 19:37 posix.ini
-rw-r--r-- 1 root root 76 Jun 9 19:37 readline.ini
-rw-r--r-- 1 root root 71 Jun 9 19:37 shmop.ini
-rw-r--r-- 1 root root 73 Jun 9 19:37 sockets.ini
-rw-r--r-- 1 root root 73 Jun 9 19:37 sysvmsg.ini
-rw-r--r-- 1 root root 73 Jun 9 19:37 sysvsem.ini
-rw-r--r-- 1 root root 73 Jun 9 19:37 sysvshm.ini
-rw-r--r-- 1 root root 75 Jun 9 19:37 tokenizer.ini
As this is a PHP 8.2 system, the configuration file snuffleupagus.ini is supposed to exist in /etc/php/8.2/mods-available and not in /etc/php/8.1/mods-available.
Is there anything you can do about this?
The text was updated successfully, but these errors were encountered:
Installed via 0.9.0 .deb:
As this is a PHP 8.2 system, the configuration file
snuffleupagus.ini
is supposed to exist in/etc/php/8.2/mods-available
and not in/etc/php/8.1/mods-available
.Is there anything you can do about this?
The text was updated successfully, but these errors were encountered: