PHP 8.4

Serverseitige Programmiersprache für die Webanwendung. Läuft als FPM (FastCGI Process Manager) für bessere Performance und Ressourcennutzung.

Version8.4.11
SAPIFPM (FastCGI)
Konfig/etc/php/8.4/

Installierte Erweiterungen

Installation

apt-get install -y php8.4 php8.4-cli php8.4-fpm php8.4-mysql \
    php8.4-curl php8.4-gd php8.4-mbstring php8.4-xml php8.4-zip \
    php8.4-intl php8.4-bcmath php8.4-opcache php8.4-apcu php8.4-redis \
    php8.4-imagick libapache2-mod-php8.4

Befehle

php -v
systemctl status php8.4-fpm
systemctl restart php8.4-fpm