Changeset 11773
- Timestamp:
- 09/25/08 11:41:17 (5 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.2/lib/plugins/sfCompat10Plugin/lib/cache/sfProcessCache.class.php
r7643 r11773 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';