We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/phpbrew/phpbrew
# PHPBrew # ======== # To enable PHP version info in your shell prompt # export PHPBREW_SET_PROMPT=1 # To enable .phpbrewrc file searching export PHPBREW_RC_ENABLE=1 [[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc
Troubleshooting:
sudo apt install libbz2-dev libmcrypt-dev
cd /usr/include && sudo ln -s x86_64-linux-gnu/curl
For debugging: phpbrew ext install xdebug stable with sudo apt install autoconf before.
phpbrew ext install xdebug stable
sudo apt install autoconf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/phpbrew/phpbrew
Troubleshooting:
sudo apt install libbz2-dev libmcrypt-dev
cd /usr/include && sudo ln -s x86_64-linux-gnu/curl
For debugging:
phpbrew ext install xdebug stable
withsudo apt install autoconf
before.The text was updated successfully, but these errors were encountered: