Created
October 29, 2024 00:21
-
-
Save JulyanoF/07b996cd23d71f86ad0fab905e207e44 to your computer and use it in GitHub Desktop.
Instalações PHP
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
sudo apt update | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt update | |
sudo apt install -y php8.3 php8.3-{common,cli,mbstring,intl,curl,dev,dom} | |
sudo apt install -y unzip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment