phpenv-installer
phpenv-installer copied to clipboard
Install phpenv & php-build and update all of them when you want to
Here's the output in my terminal (I've got the same results with either manual or scripted installation): ```bash ❯ phpenv phpenv: ======= PHP multi-version installation and management utility. Usage: phpenv...
php-build has a script called `install-dependencies.sh` and it does not run during the execution of phpenv-installer Without those dependencies, I've always gotten error when trying to install any php version....
The curl command removes all of my stuff which are inside my user directory. It's a nightmare. All my appdatas are gone now. ```bash curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer \ | bash...