-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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