Текущая версия: 1.0982.20250702
NAME="AlmaLinux"
VERSION="9.6 (Sage Margay)"
Подскажите, как побороть?
phpPgAdmin
Version of PHP not supported. Please upgrade to version 7.2 or later.
Version of PHP not supported. Please upgrade to version 7.2 or later.
Код: Выделить всё
yum clean all
yum install brainy-php8 brainy-php8-cli brainy-php8-common brainy-php8-fpm brainy-php8-gd brainy-php8-imap brainy-php8-intl brainy-php8-mbstring brainy-php8-modules-base brainy-php8-mysql brainy-php8-pdo brainy-php8-pgsql brainy-php8-xml brainy-php8-zendopcache brainy-php8-zip
systemctl restart brainyphp8-fpm
systemctl enable brainyphp8-fpm
Код: Выделить всё
diff -urN a/brainy.conf b/brainy.conf
--- a/brainy.conf 2024-12-02 11:08:44.000000000 +0530
+++ b/brainy.conf 2025-07-10 10:28:44.482817900 +0530
@@ -215,7 +215,8 @@
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_index index.php;
include /usr/local/brainycp/src/compiled/nginxb/fastcgi_params;
- fastcgi_pass unix:/var/run/brainyphp-fpm/php56-brainyservice.sock;
+# fastcgi_pass unix:/var/run/brainyphp-fpm/php56-brainyservice.sock;
+ fastcgi_pass unix:/var/run/brainyphp-fpm/php8-brainyservice.sock;
fastcgi_connect_timeout 3600;
fastcgi_read_timeout 3600;
fastcgi_send_timeout 3600;
diff -urN a/brainyssl.conf b/brainyssl.conf
--- a/brainyssl.conf 2025-04-30 18:18:34.331808781 +0530
+++ b/brainyssl.conf 2025-07-10 10:30:29.659343200 +0530
@@ -222,7 +222,8 @@
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_index index.php;
include /usr/local/brainycp/src/compiled/nginxb/fastcgi_params;
- fastcgi_pass unix:/var/run/brainyphp-fpm/php56-brainyservice.sock;
+# fastcgi_pass unix:/var/run/brainyphp-fpm/php56-brainyservice.sock;
+ fastcgi_pass unix:/var/run/brainyphp-fpm/php8-brainyservice.sock;
fastcgi_connect_timeout 3600;
fastcgi_read_timeout 3600;
fastcgi_send_timeout 3600;
Код: Выделить всё
systemctl restart nginxb