Changeset 3686
- Timestamp:
- Aug 10, 2007, 10:50:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/maruyama/prj_memcache/webapp/lib/OpenPNE/MemcacheSession.php
r3652 r3686 38 38 $this->sess_name($sess_name); 39 39 40 $this->memcache->addServer( $this->dsn['hostspec']);41 $this->memcache->pconnect( $this->dsn['hostspec']);42 echo $this->dsn['host'];40 $this->memcache->addServer($this->dsn['hostspec']); 41 $this->memcache->pconnect($this->dsn['hostspec']); 42 43 43 return true; 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.