Skip to content

Instantly share code, notes, and snippets.

@rotespferd
Last active May 16, 2024 15:47
Show Gist options
  • Save rotespferd/745799ea5261d3548da705de9dcd1297 to your computer and use it in GitHub Desktop.
Save rotespferd/745799ea5261d3548da705de9dcd1297 to your computer and use it in GitHub Desktop.
Install PHP via asdf on Fedora
sudo dnf install -y autoconf bison bison-devel \
re2c libxml2 libxml2-devel openssl-devel \
sqlite sqlite-devel libcurl libcurl-devel \
gd gd-devel oniguruma oniguruma-devel \
libpq libpq-devel postgresql \
readline readline-devel libzip libzip-devel
asdf install php 8.3.7
asdf global php 8.3.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment