Answers for "update php version to php 7.4"

PHP
1

update php version ubuntu 7.3

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y php7.3
Posted by: Guest on September-18-2020
1

update to php 7.4

Add the ondrej/php PPA. Ubuntu: ...
Install PHP 7.4 and required extensions. To install PHP 7.4 core. ...
PHP 7.4 for web: ...
Uninstall old PHP versions: ...
Verify PHP 7.4 installation
Posted by: Guest on June-07-2021

Code answers related to "update php version to php 7.4"

Browse Popular Code Answers by Language