PhpExtensions::_apc PHP Method

_apc() protected static method

protected static _apc ( )
    protected static function _apc()
    {
        if (!static::_isHhvm()) {
            static::_ini(array('extension=apc.so'));
        }
        static::_ini(array('apc.enabled=1', 'apc.enable_cli=1'));
    }