加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

mac下使用brew配置环境的步骤分享

发布时间:2020-12-13 05:53:47 所属栏目:PHP教程 来源:网络整理
导读:首先 开启web共享。 配置 httpd.conf 加入php拓展 /etc/apache2/httpd.conf 如出现 ULIMIT_MAX_FILES="ulimit -S -n ulimit -H -n " 错误 需要去掉 /usr/sbin/apachectl 里面的 ulimit -S -n `ulimit -H -n 重启apache brew install memcached 安装 memcache

首先 开启web共享。 配置 httpd.conf 加入php拓展 /etc/apache2/httpd.conf 如出现 ULIMIT_MAX_FILES="ulimit -S -n ulimit -H -n" 错误 需要去掉 /usr/sbin/apachectl 里面的 ulimit -S -n `ulimit -H -n 重启apache brew install memcached 安装 memcache 安装后 memcache 路径 /usr/local/bin/memcached Add "-d" to start it as a daemon. /usr/local/bin/memcached -d 启动 不能使用 root账户启动 下载 memcache http://pecl.php.net/package/memcache 执行 ./configure make sudo make install 编辑 php ini chmod -R 755 /etc/php.ini 修改拓展路径 /usr/lib/php/extensions/no-debug-non-zts-20090626/ 新加 extension=memcache.so 查看 phpinfo 是否 拓展 memcache

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读