Development

Changeset 8651

You must first sign up to be able to contribute.

Changeset 8651

Show
Ignore:
Timestamp:
04/28/08 11:38:25 (6 months 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';