欢迎来到瑞博软件站,找素材,搜软件,就上瑞博软件站!
Memcached_安装配置工具是一款php数据缓存2.7安装memcached集成可视化工具,Memcached安装配置.exe 为易语言开发,会提示报毒,可放心使用!其通过记录某部分计算结果来尝试避免再次执行得到该结果所需要的复杂计算,从而提高了服务的运行效率。
一、 安装memcached服务
安装启动服务memcached.exe
二、 php_memcache 扩展
1、下载和 php 所需的 php_memcache.dll 扩展 ;对应PHP版本
2、解压 php_memcache.dll 文件,到php的ext文件夹中
3、php.ini文件添加:
[Memcache]
extension=php-xx_memcache.dll
memcache.allow_failover = 1
memcache.max_failover_attempts=20
memcache.chunk_size =8192
memcache.default_port = 11211
4、重启Apache,查看phpinfo,如果有 memcache 的说明
5、运行 example.php 文件,测试memcached服务
输出:
Server's version: 1.4.4-14-g9c660c0
Store data in the cache (data will expire in 10 seconds)
Data from the cache:
object(stdClass)#3 (2) { ["str_attr"]=> string(4) "test" ["int_attr"]=> int(123) }
修复win2008停止运行的情况
修复报毒情况
添加更新提醒