mirfilip / brew-php-switcher

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 legacy PHP functionality. For users of Homebrew (or brew for short) currently only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brew PHP Switcher

Brew PHP switcher is a simple script to switch your Apache and CLI configs quickly between major versions of PHP.

If you support multiple products/projects that are built using either brand new or old legacy PHP functionality and you find it a pain to change config files continually this will make the whole process last seconds not minutes.

Caveats

For users of OSX only who have installed PHP via Homebrew and for PHP version 5.3, 5.4, 5.5 and 5.6 only.

Your Apache config must be setup using the same paths as below. Replace homebrew's default /usr/local with the output from your brew --prefix if needed.

#LoadModule php5_module /usr/local/opt/php53/libexec/apache2/libphp5.so
#LoadModule php5_module /usr/local/opt/php54/libexec/apache2/libphp5.so
#LoadModule php5_module /usr/local/opt/php55/libexec/apache2/libphp5.so
#LoadModule php5_module /usr/local/opt/php56/libexec/apache2/libphp5.so

Version

1.4

Installation

brew install brew-php-switcher

Where 56 exists, please replace with syntax of 53, 54, 55 or 56 depending on which version is required.

brew-php-switcher 56

Options

-s Skips apache config switch

License

MIT

About

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 legacy PHP functionality. For users of Homebrew (or brew for short) currently only.

License:MIT License


Languages

Language:Shell 100.0%