User Tools

Site Tools


linux:webserver:php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
linux:webserver:php [2023/03/25 05:03]
tkilla
linux:webserver:php [2023/03/25 05:22]
tkilla [Install PHP 7.4 in Debian Buster / SURY REPO]
Line 215: Line 215:
 Check, if all required php modules are installed and configured.. good luck :) Check, if all required php modules are installed and configured.. good luck :)
  
-==== Install PHP 7.4 in Debian Buster / SURY REPO ====+===== Install PHP 7.4 in Debian Buster / SURY REPO =====
  
 +php7.4-fpm needs systemd :(
 +
 +Add Sury Repo:
   apt -y install lsb-release apt-transport-https ca-certificates    apt -y install lsb-release apt-transport-https ca-certificates 
   wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg   wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
Line 223: Line 226:
   apt install php7.4   apt install php7.4
  
-  # install Modules+Install Modules:
   apt-get install php7.4-{fpm,bcmath,bz2,intl,gd,mbstring,mysql,zip,mysql,memcache,xml,json}   apt-get install php7.4-{fpm,bcmath,bz2,intl,gd,mbstring,mysql,zip,mysql,memcache,xml,json}
  
linux/webserver/php.txt ยท Last modified: 2023/03/25 10:58 by tkilla