Answers for "change php 7.2 to 7.4"

PHP
0

php 7 to 5.6

sudo apt-get purge php7.*
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php5.6
Posted by: Guest on June-11-2021
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 "change php 7.2 to 7.4"

Browse Popular Code Answers by Language