How to install PHP, Pear, PECL, and APC with Homebrew on Mac OS X?
- by Andrew
I'm trying to install APC for PHP 5.3 in the easiest way possible. I love Homebrew so I started down that route. I was able to install PHP 5.3.6 with this command:
brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/php.rb --with-mysql
I think this is supposed to install PHP, Pear, and PECL. It seems to install these just…