回答編集履歴

1

ホスト名変更

2018/09/06 06:15

投稿

sy-eggplant
sy-eggplant

スコア6

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  $memcache = new Memcache;
8
8
 
9
- $memcache->connect('goodfind-memcached', 11211);
9
+ $memcache->connect('localhost', 11211);
10
10
 
11
11
  $var = memcache_get($memcache, $session_id);
12
12