Questions tagged [php-apc]

Use for questions about the Alternative PHP Cache (APC) accelerator for PHP.

Alternative PHP Cache (APC) is a free, open-source caching plugin for the PHP scripting language -- a PHP accelerator. It improves PHP script execution efficiency by reducing dynamic PHP executions.

See:

6 questions
22
votes
5 answers

How to install PHP, Pear, PECL, and APC with Homebrew on Mac OS X?

I'm trying to install APC for PHP 5.3 in the easiest way possible. I love Homebrew so I started down that route. I was able to install PHP 5.3.6 with this command: brew install https://github.com/adamv/homebrew-alt/raw/master/duplicates/php.rb…
Andrew
  • 15,494
1
vote
0 answers

Upgrading APC extension in MAMP

I'm trying to upgrade the APC extension in MAMP. I have got installed MacPorts and with the following command I've installed the autoconf: sudo port install autoconf Then I've executed this command: /Applications/MAMP/bin/php/php5.4.10/bin/pecl…
2359967
  • 111
1
vote
0 answers

Trouble installing php-devel on CentOS

Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing. We are having trouble getting phpize installed. phpize is not on the server currently. However, when I try a sudo yum…
swhitlow
  • 111
1
vote
0 answers

Setting up PHP opcode caching under WampServer 2.1

I've been trying to find information on installing(or enabling?) APC under WampServer 2.1, but every reference to it is either fragmentary or misleading. One forum post actually claimed it was already bundled and just left out of the php.ini file,…
Su'
  • 639
  • 6
  • 9
1
vote
2 answers

Using PHP's APC (Alternative PHP Cache)?

I've installed APC.so successfully on my system, but I'm not sure what to do next... PHP info says: apc APC Support enabled Version 3.0.19 MMAP Support Enabled MMAP File Mask no value Locking type pthread mutex Locks Revision …
siliconpi
  • 2,827
  • 6
  • 27
  • 28
0
votes
1 answer

Installing php_apc.dll on wampserver

I need your help. I'm trying to install php_apc.dll into my php directory. So far this is what i've done: I copied php_apc.dll to c:\wamp\bin\php\php5.3.0\ext. I've also restarted the server several times. But when i checked …
hello
  • 139