brew-php-select

0.0.6 • Public • Published

brew-php-select

Homebrew and the homebrew-php tap make it easy enough to install multiple versions of PHP, but they don't make it all that convenient to switch between them. Specifically, the instructions recommend altering your shell's path and your apache config every time you switch versions. This script automates that process and reboots apache for you (if it's running).

Installation

Install from npm.

npm install -g brew-php-select

Then, add the following to your httpd.conf. (The following step will create /usr/local/php.)

LoadModule php5_module /usr/local/php/libexec/apache2/libphp5.so

Finally, execute the following to ensure all the required symlinks exist (Use whichever php version you actually need.)

brew-php-select --set php52

Example Usage

Display the available PHP brews:

brew-php-select

Set the active brew to PHP 5.3

brew-php-select --set php53

/brew-php-select/

    Package Sidebar

    Install

    npm i brew-php-select

    Weekly Downloads

    5

    Version

    0.0.6

    License

    none

    Last publish

    Collaborators

    • ianwremmel