setembro 3rd, 2009
APC
Posted by
Felipe Olivaes in
PHP
cd /usr/local/install/
wget http://pecl.php.net/get/APC-3.1.3p1.tgz
tar -zxvf APC-3.1.3p1.tgz
cd APC-3.1.3p1
phpize
./configure --enable-apc-mmap --with-php-config=/usr/local/bin/php-config
make
make install
[code]extension=”/php/extensions/no-debug-non-zts-20060613/apc.so”
[APC]
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 64
apc.max_file_size = 10M
apc.stat=1
apc.rfc1867 = On
[/code]