Answers for "change php 7.4 to 8"

PHP
1

ubuntu update php 7.4 to 8

sudo apt-get purge php7.*
# recommended 
sudo apt-get autoclean
sudo apt-get autoremove
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
# end recommended 
sudo apt-get install php8.0
Posted by: Guest on December-25-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.4 to 8"

Browse Popular Code Answers by Language