We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7714e3b + cc83d11 commit 408b32bCopy full SHA for 408b32b
phpfastcache/3.0.0/drivers/memcache.php
@@ -35,7 +35,7 @@ function __construct($config = array()) {
35
}
36
37
function connectServer() {
38
- $server = $this->option['memcache'];
+ $server = $this->config['memcache'];
39
if(count($server) < 1) {
40
$server = array(
41
array("127.0.0.1",11211),
0 commit comments