mac 下安装 php 环境过程
memcache 和 memcached 不要弄错了
1.安装xampp 下载、安装、配置:
如出现 root document must be a directory 的错误 可能是 root document 引号是中文的情况
2.memcached 下载、安装、配置 ,
网上有大把例子,最方便是用 brew 安装
3.php memcache 扩展安装
先使用 brew 安装
安装过程中如出现了
[txt]configure: error: memcache support requires ZLIB. Use –with-zlib-dir=
通过下面地址的方式,先安装了 xcode command line tools, :
run ‘xcode-select –install’ to install the XCode5 Command Line Tools, then sudo ‘pecl install memcache’. You should be good to go.
先运行:xcode-select –install 再运行 pecl install memcache 后成功安装
然后将so 文件地址配置到 php.ini 后成功
4.zendstudio 网上下载安装,有破解版,方式都是替换 jar 文件后 输入任意注册码破解