Skip to content

Instantly share code, notes, and snippets.

View MTheProgrammer's full-sized avatar

Matt Chad MTheProgrammer

View GitHub Profile
@MTheProgrammer
MTheProgrammer / asdf_install_php_ubuntu.sh
Last active February 14, 2025 08:19
Asdf PHP Magento
#!/usr/bin/bash
sudo apt -y install libsodium-dev libxslt1-dev
PHP_CONFIGURE_OPTIONS="--with-pgsql --with-openssl --with-sodium --with-xsl --with-iconv" \
asdf install php 8.3.8