#015352: ezcSystemInfo::phpAccelerator() add support for XCache

Description:

We are using XCache as a php accelerator. Can you add support for this php cache to ezc?

/ezc/SystemInformation/src/system/info.php



class ezcSystemInfo
{
...
public static function phpAccelerator()
{
...
        if ( ezcBaseFeatures::hasExtensionSupport( 'XCache' ) )
        {
            $phpAcceleratorInfo = new ezcSystemInfoAccelerator(
                    "XCache",                               // name
                    "http://xcache.lighttpd.net/",          // url
                    true,                                   // isEnabled
                    false,                                  // version int
                    phpversion( 'XCache' )                  // version string
                );
        }
        return $phpAcceleratorInfo;
}
}

thank's


Environment:

Operating System:
PHP Version: (please be specific, like '4.4.3' or '5.1.5')
Database and version:
Browser (and version):


- Attachments

No attachments for this issue.


- Comments

Implemented in rev. 10796.

#262759 by Derick Rethans on August 26th, 2009 [Permanent Link]

- History
Properties
Type Enhancement
Priority Medium
Component Components » SystemInformation
Affects Unknown
Fix Versions 2009.2 sprint 2 - eZ components 2009.2 sprint 2
2009.2alpha1 - eZ components 2009.2alpha1
Reporter Felix Woldt
Responsible Derick Rethans
Status 0 Closed
Resolution Implemented
Created August 26th, 2009
Updated August 26th, 2009
Resolved August 26th, 2009
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #015537
  Graph shows to small and truncated rotated axis labels