Bug #24180 ยป 16534.diff
t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php (working copy) | ||
---|---|---|
public function __construct(array $options = array()) {
|
||
if (!extension_loaded('memcache')) {
|
||
throw new t3lib_cache_Exception(
|
||
'The PHP extension "memcached" must be installed and loaded in ' .
|
||
'The PHP extension "memcache" must be installed and loaded in ' .
|
||
'order to use the Memcached backend.',
|
||
1213987706
|
||
);
|