Changeset 8651
- Timestamp:
- 04/28/08 11:38:25 (6 months ago)
- Files:
-
- branches/1.0/lib/cache/sfProcessCache.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/cache/sfProcessCache.class.php
r7586 r8651 44 44 $cacher = 'xcache'; 45 45 } 46 elseif (function_exists('e cacher_put'))46 elseif (function_exists('eaccelerator_put')) 47 47 { 48 48 $cacher = 'eaccelerator';