Skip to content

Instantly share code, notes, and snippets.

@nwaweru
Last active December 15, 2022 04:37
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