The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
Questions tagged [apc]
963 questions
-2
votes
1 answer
Not Work Opcache on Wampserver 2.4
i add this following code in php.ini
[opcache]
zend_extension = "c:/wamp/bin/php/php5.4.16/ext/php_opcache.dll"
opcache.enable = 1
opcache.memory_consumption = 300
opcache.interned_strings_buffer = 8
…

Dee_wab
- 1,171
- 1
- 10
- 23
-2
votes
2 answers
APC FOR PHP 5.3.8
I've been trying to install apc . I've added the .dll file to the extenstions directory ( so far i'm running the application on xamppm, apache) . I've also updated the php.ini as well.
The problem comes up when I restart the apache and then the next…

Itamar
- 524
- 1
- 9
- 21
-4
votes
1 answer
Need Helping Editing Perl Script for PowerChute Network Shutdown
I found the perl script on the vmware community. The problem is that within APC's PCNS it will not let you specify parameters to run with the script.
The script requires calling on a host-list file Usage: ./shutdownHostViaSOAPAPICall.pl…