Last active
December 15, 2022 04:37
Switching from php8.1 to php8.2
This file contains hidden or 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