Closed (works as designed)
Project:
Alternative PHP Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2013 at 09:38 UTC
Updated:
19 Apr 2013 at 07:59 UTC
When apc_cache_info() is used in apc_requirements(), the list of cache entries is not used. By supplying FALSE as the second parameter, this can be removed from the output such that apc_requirements() is faster.
Comments
Comment #1
Jorrit commentedNever mind, I confused the meaning of the parameter. True is currently supplied and that is fine.