Development

Changeset 8651

You must first sign up to be able to contribute.

Changeset 8651

Show
Ignore:
Timestamp:
04/28/08 11:38:25 (1 year ago)
Author:
FabianLange
Message:

corrected checking for Eaccelerator in sfProcessCache. (closes #3425)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/cache/sfProcessCache.class.php

    r7586 r8651  
    4444        $cacher = 'xcache'; 
    4545      } 
    46       elseif (function_exists('ecacher_put')) 
     46      elseif (function_exists('eaccelerator_put')) 
    4747      { 
    4848        $cacher = 'eaccelerator'; 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.