好友
阅读权限10
听众
最后登录1970-1-1
|
Memcached安装配置.exe 为易语言开发,会提示报毒,可放心使用!
链接: https://pan.baidu.com/s/1kN5ggD31w1l7-wF3ZVpZmg 提取码: jhj7
一、 安装memcached服务
安装启动服务memcached.exe
二、 php_memcache 扩展
1、下载和 php 所需的 php_memcache.dll 扩展 ;对应PHP版本
2、解压 php_memcache.dll 文件,到php的ext文件夹中
3、php.ini文件添加:
extension=php-xx_memcache.dll
[Memcache]
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) }
链接: https://pan.baidu.com/s/1kN5ggD31w1l7-wF3ZVpZmg 提取码: jhj7
修复win2008停止运行的情况
修复报毒情况
添加更新提醒
|
免费评分
-
参与人数 2 | 吾爱币 +7 |
热心值 +2 |
收起
理由
|
Fswy
| + 1 |
+ 1 |
谢谢@Thanks! |
云在天
| + 6 |
+ 1 |
感谢发布原创作品,吾爱破解论坛因你更精彩! |
查看全部评分
|
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
|
|
|
|