PHP 8.4
Serverseitige Programmiersprache für die Webanwendung. Läuft als FPM (FastCGI Process Manager) für bessere Performance und Ressourcennutzung.
| Version | 8.4.11 |
|---|---|
| SAPI | FPM (FastCGI) |
| Konfig | /etc/php/8.4/ |
Installierte Erweiterungen
- mysql, curl, gd, mbstring, xml, zip
- intl, bcmath, opcache, apcu, redis, imagick
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