Topic: Install php apc extension?
I wanted to implement an upload progress bar in the SuperTuxKart addon-manager (stkaddons.net), but it requires the APC extension for PHP. This is a PECL extension.
A simple example of what I intend to do is below:
http://webreflection.blogspot.com/2007/ … c-and.html
Could a server admin install the apc extension?
(the following lines also need to be added to php.ini:
extension=php_apc.so
apc.rfc1867 = On
Thanks!