Install on macos
- brew seems to be the way to go
brew install php@7.4brew install php@7.4
brew install php@8.1
# switch between
brew unlink php@7.4
brew link php@8.1 --force --overwrite
- use pecl to install sodium
Config for Security Cheatsheet
Raw SQL looping on results
https://github.com/topics/php
https://github.com/symfony/cli/issues/203
ln -s $HOME/.asdf/shims/php \
$HOME/.asdf/shims/php-cgi \
$HOME/.asdf/shims/phpize \
$HOME/.asdf/shims/phpdbg \
/usr/local/bin/
ln -s $HOME/.asdf/shims/php-fpm \
/usr/local/sbin/
symfony local:php:refresh