PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Runtime Configuration> <Requirements
Last updated: Fri, 09 Jan 2009

view this page in

Installation

This » PECL extension is not bundled with PHP.

Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: » http://pecl.php.net/package/apc.

The DLL for this PECL extension may be downloaded from either the » PHP Downloads page or from » http://pecl4win.php.net/

Note: On Windows, APC needs a temp path to exist, and be writable by the web server. It checks TMP, TEMP, USERPROFILE environment variables in that order and finally tries the WINDOWS directory if none of those are set.

Note: For more in-depth, highly technical implementation details, see the » developer-supplied TECHNOTES file .



Runtime Configuration> <Requirements
Last updated: Fri, 09 Jan 2009
 
add a note add a note User Contributed Notes
Installation
61924 dot 00 at gmail dot com
11-Dec-2008 10:23
sudo apt-get install php-apc
sudo /etc/init.d/apache2 restart

Was enough for me. I use Ubuntu Server 8.10.
Anonymous
25-Jul-2008 03:18
On Ubuntu I had to install the apache2-threaded-dev package.  It's the the Etch repos.
consistency
23-Jul-2008 01:07
debian etch installation

apt-get install apache2
apt-get install libapache2-mod-php5
apt-get install php-pear
apt-get install php5-dev
apt-get install make
apt-get install apache2-prefork-dev
pecl install apc

apache2-prefork-dev is necessary for not having the
"Sorry, I was not able to successfully run APXS."
error

Runtime Configuration> <Requirements
Last updated: Fri, 09 Jan 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites