摘要: 1.httpd.conf配置文件中加载了mod_rewrite.so模块2.AllowOverride None 将None改为 All 阅读全文
posted @ 2019-03-25 14:16 MoonyHee 阅读(340) 评论(0) 推荐(0) 编辑
摘要: redis 扩展 1、下载phpredis源文件 https://nodeload.github.com/nicolasff/phpredis/zip/master 下载后解压 2、执行命令 phpize 执行后执行./configure ./configure --with-php-config= 阅读全文
posted @ 2019-03-25 11:08 MoonyHee 阅读(1088) 评论(0) 推荐(0) 编辑
摘要: 1.下载memcache源代码文件 https://github.com/websupport-sk/pecl-memcache/archive/php7.zip 文件夹名为:pecl-memcache-php7 2.解压后进入文件夹执行如下命令 phpize 我执行phpize的遇到这个报错 缺少 阅读全文
posted @ 2019-03-25 10:59 MoonyHee 阅读(1255) 评论(0) 推荐(0) 编辑