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

前端之家收集整理的这篇文章主要介绍了mac下使用brew配置环境的步骤分享前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

首先 开启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

原文链接:https://www.f2er.com/php/27960.html

猜你在找的PHP相关文章