Last active
December 15, 2022 04:37
-
-
Save nwaweru/f27e22ee668f572b8e5f842899b669d2 to your computer and use it in GitHub Desktop.
Switching from php8.1 to php8.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Install php 8.2 and some extensions (varies by project/use) | |
sudo apt install -y php8.2 php8.2-{mysql,curl,zip,xml,gd,mbstring} | |
- Switch to the new php 8.2 | |
sudo update-alternatives --config php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment