Hola, ¿qué respuestas necesitas?
Imprimir

Agregar versión de PHP a ISPconfig

-Para instalar PHP 8.2 utilizar estos comandos.

apt-get install php8.2 php8.2-cli php8.2-cgi php8.2-fpm php8.2-gd php8.2-mysql php8.2-imap php8.2-curl php8.2-intl php8.2-pspell php8.2-sqlite3 php8.2-tidy php8.2-xsl php8.2-zip php8.2-mbstring php8.2-soap php8.2-opcache libonig5 php8.2-common php8.2-readline php8.2-xml

-Volver a poner versión correcta PHP para version operativa.

Ejecuta estos comandos uno por uno:

update-alternatives –config php

update-alternatives –config php-cgi

update-alternatives –config php-fpm.sock

Donde Ubuntu 18.04, elige 7.2.

Donde Ubuntu 20.04, elige 7.4.

Donde Ubuntu 22.04, elige 8.1.

PHP 8.2
Fast-CGI settings:

Path to the PHP FastCGI binary: /usr/bin/php-cgi8.2
Path to the php.ini directory: /etc/php/8.2/cgi/
PHP-FPM settings:

Path to the PHP-FPM init script: php8.2-fpm
Path to the php.ini directory: /etc/php/8.2/fpm/
Path to the PHP-FPM pool directory: /etc/php/8.2/fpm/pool.d
The cli version for e.g. cron jobs has the name php8.2