Skip to content

Instantly share code, notes, and snippets.

@starsea
Last active December 21, 2015 12:59
Show Gist options
  • Save starsea/6309806 to your computer and use it in GitHub Desktop.
Save starsea/6309806 to your computer and use it in GitHub Desktop.
Install PHP APC on Mac OS X 10.8 "Mountain Lion" which have install php with brew
#brew 安装的php 用普通的pecl install apc --prefix 会有问题
#手动编译安装也有问题。。
#不如。。
brew install php54-apc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment