Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:php:apc [2014/05/20 20:46]
Michael Armstrong created
litespeed_wiki:php:apc [2018/09/17 18:49]
Michael Alegre [Install APC 3.0.11+ through repository]
Line 1: Line 1:
-===== APC 3.0.11+ =====+===== Install ​APC 3.0.11+ ​through repository ​===== 
 +APC only works upto PHP 5.4 and does not work with PHP 5.5 and PHP 5.6. 
  
-Compile/Install for Linux, OS X, FreeBSD, Solaris, etc.+The quickest way to install APC for PHP 53 or PHP 54 is through Litespeed repository. Enable Litespeed repo and yum install lsphp53-apc or yum install lsphp54-apc. you will need lsphp53, lsphp53-common or lsphp54, lsphp54-common to make it work. see [[litespeed_wiki:​php:​rpm#​installing_php_from_the_litespeed_repository|instruction]] here.  
 + 
 +===== Install ​APC 3.0.11+ through command line ===== 
 + 
 +You can also compile/​install ​for Linux, OS X, FreeBSD, Solaris, etc.
  
 APC is a very mature opcode-caching module, aka "php accelerator", ​ and strongly maintained at http://​pecl.php.net/​apc. We highly recommend APC for anyone using php scripts. ​ APC is a very mature opcode-caching module, aka "php accelerator", ​ and strongly maintained at http://​pecl.php.net/​apc. We highly recommend APC for anyone using php scripts. ​
  • Admin
  • Last modified: 2018/09/17 18:51
  • by Michael Alegre