2011-02-11 Christian Kuhn <lolli@schwarzbu.ch>
2011-02-11 Christian Kuhn <lolli@schwarzbu.ch>
+ * Fixed bug #16534: Exception message for missing memcache wrong
* Fixed bug #15721: Memcache::delete() without timeout param causes loss of memcache server in pool (Thanks to Michiel Ross)
* Follow-up to #16591: Make getClassName() non recursive (Thanks to Pierre Dudoret)
* Fixed bug #15721: Memcache::delete() without timeout param causes loss of memcache server in pool (Thanks to Michiel Ross)
* Follow-up to #16591: Make getClassName() non recursive (Thanks to Pierre Dudoret)
public function __construct(array $options = array()) {
if (!extension_loaded('memcache')) {
throw new t3lib_cache_Exception(
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
);
'order to use the Memcached backend.',
1213987706
);