FG

How to install PHP, Pear, PECL, and APC with Homebrew on Mac OS X?

Fresh3 days ago
Mar 15, 202683109 views
Confidence Score0%
0%

Problem

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: I think this is supposed to install PHP, Pear, and PECL. It seems to install these just fine. Now when I try to install APC: How can I …

Error Output

brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/php.rb --with-mysql

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to install PHP, Pear, PECL, and APC with Homebrew on Mac OS X?

Low Risk

Now has been migrated to and by default, PECL should be installed along with your PHP. Here are the suggested steps: Reinstall PHP via: . Check command by: . To see which files were installed, see: . To install PHP extensions, you need to use PECL a…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment