Skip to content

Instantly share code, notes, and snippets.

@agebrock
Created June 17, 2012 06:02
Show Gist options
  • Save agebrock/2943604 to your computer and use it in GitHub Desktop.
Save agebrock/2943604 to your computer and use it in GitHub Desktop.
php-fpm via homebrew
curl -O https://raw.github.com/ampt/homebrew/php/Library/Formula/php.rb
mv php.rb `brew --prefix`/Library/Formula
#To see the available options:
brew options php
brew install php --with-mysql --with-fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment