Changeset 11774
- Timestamp:
- 09/25/08 11:41:31 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfCompat10Plugin/lib/cache/sfProcessCache.class.php
r10270 r11774 47 47 $cacher = 'xcache'; 48 48 } 49 elseif (function_exists('e cacher_put'))49 elseif (function_exists('eaccelerator_put')) 50 50 { 51 51 $cacher = 'eaccelerator';