Project

General

Profile

Bug #24180 ยป 16534.diff

Administrator Admin, 2011-02-11 23:50

View differences:

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
);
    (1-1/1)