apc.rfc1867 apparently ignoring me

Vertigo

Verified User
Joined
Feb 24, 2008
Messages
8
Hi,

I Installed APC yesterday, and have been trying to get the file upload progress working ever since.

I installed using
pecl install apc

... and adding the following to /usr/local/lib/php.ini
extension=/usr/local/lib/php/extensions/apc.so
apc.enabled 1
apc.rfc1867 1

Restarting httpd and running phpinfo() shows APC loaded and all variables being set, however apc.rfc1867 is always set to Off! At first I thought I had the wrong php.ini, but when i edit the enabled line to 0, it stops loading APC (as expected).

Why would it be reading one line, but ignoring the one right underneath it?
 
Back
Top