Changeset 2093
- Timestamp:
- 07/26/2007 11:04:07 AM (16 months ago)
- Files:
-
- 1 modified
-
trunk/framework/Caching/TMemCache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Caching/TMemCache.php
r2092 r2093 166 166 throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port); 167 167 } 168 //if($this->_cache->connect($this->_host,$this->_port)===false)169 // throw new TConfigurationException('memcache_connection_failed',$this->_host,$this->_port);170 168 $this->_initialized=true; 171 169 parent::init($config);
