Detect Opcode Cache
Package:
Summary:
Detect whether PHP is running an opcode cache
Groups:
Author:
Description:
This class can be used to detect whether PHP is running an opcode cache.
It can check the presence of certain PHP options or functions to determine if one of several known opcode cache extensions is available.
Currently it can detect XCache, Microsoft WinCache, APC, eAccelerator, PHPA and Zend Accelerator.
It can check the presence of certain PHP options or functions to determine if one of several known opcode cache extensions is available.
Currently it can detect XCache, Microsoft WinCache, APC, eAccelerator, PHPA and Zend Accelerator.
Comments are closed.