Created
January 24, 2013 19:06
-
-
Save Quantium/4626538 to your computer and use it in GitHub Desktop.
APC (Alternative PHP Cache) Installation on Centos
This file contains 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
sudo yum install php-pear | |
sudo yum install httpd-devel | |
sudo yum install pcre-devel | |
sudo pecl install apc | |
#Add tophp.ini: | |
extension=apc.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment