Answers for "updgrade php 7.8 to 8.0"

PHP
1

brew downgrade php 8 to 7.4

$ brew unlink [email protected]
$ brew link [email protected] --force --overwrite
Posted by: Guest on February-16-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

Browse Popular Code Answers by Language