Posted by Joshua Ruppert on 12/10/64 11:55
I have PHP 4.4.3 and APC 3.0.11 installed. I can see APC in the
PHPInfo() information and I can run apc.php, but I never see anything
other that apc.php in the System Cache Entries list. I also have stat
turned on so that it automatically checks for modified scripts incase
they need to be reloaded.
If I call apc_cache_info() from any of my scripts it shows my page and
all of it's includes properly, but the number of hits is always 0. The
base apc_chace_info() looks like this:
[num_slots] => 2000
[ttl] => 0
[num_hits] => 0
[num_misses] => 8
[start_time] => 1155584676
[expunges] => 0
[mem_size] => 826296
[num_entries] => 8
Do I need to set privilages to a directory, that maybe it's failing
when writing to?
Josh
Navigation:
[Reply to this message]
|