Changeset 8846
- Timestamp:
- 05/07/08 20:03:12 (2 months ago)
- Files:
-
- branches/1.1/lib/cache/sfXCacheCache.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/cache/sfXCacheCache.class.php
r7605 r8846 35 35 { 36 36 throw new sfInitializationException('You must have XCache installed and enabled to use sfXCacheCache class.'); 37 } 38 39 if (!ini_get('xcache.var_size')) 40 { 41 throw new sfInitializationException('You must set the "xcache.var_size" variable to a value greater than 0 to use sfXCacheCache class.'); 37 42 } 38 43 }