brew changing PHP versions on OSX
Andrew Fletcher published: 13 February 2023 1 minute read
Installing PHP on OSX and it installed PHP 8.2.x. However, for my applications I need to run 8.1.x. How do you switch the current PHP version?
Current version
Check the current PHP version by executing the command
php -v
Response:
How to install PHP 8.1 on Ubuntu 20.04
Andrew Fletcher published: 5 January 2023 (updated) 29 September 2023 7 minutes read
Update Ubuntu 20.04
To begin update the server using the command
sudo apt update && sudo apt upgrade -y
For more details about this process see How To Update All Packages Linux.
PHP version
Check the current PHP version using