Skip to content

Instantly share code, notes, and snippets.

@nwaweru
Last active December 15, 2022 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwaweru/f27e22ee668f572b8e5f842899b669d2 to your computer and use it in GitHub Desktop.
Save nwaweru/f27e22ee668f572b8e5f842899b669d2 to your computer and use it in GitHub Desktop.
Switching from php8.1 to php8.2
- 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