#1 $php
已经按照手册配置好http://www.speedphp.com/spaccess-setting.html
但是缓存的时候,还是缓存到文件去了;
2011-11-01 10:13:31
2011-11-01 10:13:31
这里是两段配置的。
'launch' => array(
'function_access' => array(
array("spAccessCache", "memcache"),
),
),
'ext' => array(
'spAccessCache' => array(
'memcache_host' => '123.456.789.10', // memcache服务器地址
'memcache_port' => '1111', // memcache服务器端口
),
),
2011-11-01 11:09:35
2011-11-01 11:48:45
2011-11-01 11:49:09
2011-11-01 12:37:06