brew-php-switcher
brew-php-switcher copied to clipboard
Brew PHP switcher is a simple shell script to switch your apache and CLI quickly between major versions of PHP. If you support multiple products/projects that are built using either brand new or old l...
Thanks for building this great brew package. I have used it for switching between php 7.4 and php 8.1 in the terminal. It works great. But it does not modify...
This script modifies the config file at `/private/etc/apache2/httpd.conf` which is for the copy of Apache that ships with OS X. If you install Apache with homebrew the config file is...
There should be a config file where I can configured always to skip the apache mod_php conf (-s). So I dont need to add the `-s`.
So this is working beautifully for us with MacOS, but we need it also for Linux. Has someone forked and adapted this for Ubuntu or RHEL yet?
Trying this project out today to see if it will work for me switching between PHP versions. However, I use Valet and find that I need to specify `-c=valet` to...
is there support for this already? if so, how?
Should add a `brew services stop phpXX; brew services start phpYY` so we don't have to do this manually every time I switch.
Warning: You are using macOS 10.15. We do not provide support for this pre-release version. You will encounter build failures with some formulae. Please create pull requests instead of asking...
I have a problem where I have PHP 5.6 and 7.1 installed along with the Brew httpd server, but only PHP 5.6 will allow the httpd server to start. If...
Hi, Ever since I upgraded to macOS Sierra, I am having a problem with brew-php-switcher. When I issue the command bps (I set an alias for brew-php-switcher) I get the...