Answers for "manually install php5.6 ubuntu 20.04"

PHP
2

install php 7.4 on ubuntu 20.04

sudo apt update
sudo apt install php7.4
sudo apt install php7.4-common php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip php7.4-intl -y
Posted by: Guest on August-09-2020
0

install php 5.5 ubuntu 20.05

$ sudo apt-get update
$ sudo apt-get install -y python-software-properties
$ sudo add-apt-repository ppa:ondrej/php5
$ sudo apt-get update
$ sudo apt-get install -y php5
Posted by: Guest on May-04-2020

Code answers related to "manually install php5.6 ubuntu 20.04"

Browse Popular Code Answers by Language