PHP 8.0 Installation
Beschreibung
Installation php 7.48.0 und einfügen in ISPConfig
Installation
PHP 7.48.0 installieren
apt -y install php7.4php8.0 php7.4-php8.0-cli php7.4-php8.0-cgi php7.4-php8.0-fpm php7.4-php8.0-gd php7.4-php8.0-mysql php7.4-php8.0-imap php7.4-php8.0-curl php7.4-php8.0-intl php7.4-php8.0-pspell php7.4-php8.0-sqlite3 php7.4-php8.0-tidy php7.4-xmlrpc php7.4-php8.0-xsl php7.4-php8.0-zip php7.4-php8.0-mbstring php7.4-php8.0-soap php7.4-php8.0-opcache php-memcachephp8.0-common php-php8.0-readline php8.0-xml php8.0-curl php8.0-imagick php-gettext libonig5 php7.4-common php7.4-json php7.4-readline php7.4-xml php7.4-curl php7.4-imagick php7.4-php8.0-bcmath
Danach erstmal die Ursprüngliche Version als default festlegen
update-alternatives --config php
update-alternatives --config php-cgi
nun wählen:
Ausgabe:
Auswahl Pfad Priorität Status
------------------------------------------------------------
* 0 /usr/bin/php8.2 82 automatischer Modus
1 /usr/bin/php7.3 73 manueller Modus
2 /usr/bin/php7.4 74 manueller Modus
3 /usr/bin/php8.2 82 manueller Modus
Einfügen neuer Config
Unter System -> Zusätliche PHP Versionen
Dann auf PHP Version hinzufügen
Diese Werte eintragen
Server: <Server> (unseren Server auswählen)
Kunde: leer
PHP-Name: PHP 7.48.0
Aktiv: Ja
Nun auf den Registerreiter FastCGI gehen
Pfad zum PHP FastCGI Binary: php7.4-php8.0-cgi
Pfad zum php.ini Verzeichnis /etc/php/7.4/8.0/cgi/php.ini
Nun auf den Register PHP-FPM Einstellungen
Pfad zum PHP-FPM Init Script: php7.4-php8.0-fpm
Pfad zum php.ini Verzeichnis: /etc/php/7.4/8.0/fpm/php.ini
Pfad zum PHP-FPM Pool Verzeichnis: /etc/php/7.4/8.0/fpm/pool.d
Nun auf Speichern klicken







