• mac 安装mamp 的 mongo扩展

    2016-08-07

    比如5.6.10的版本
    下载PHP源码包,打开浏览器访问如下网址 http://cn2.php.net/get/php-5.6.10.tar.gz/from/this/mirror
    2.将下载的压缩包解压到 /Application/MAMP/bin/php/php5.6.10/include/php 中
    3.进入到/Applications/MAMP/bin/php/php5.6.10/include/php
    执行 ./configure
    4.安装 autoconf
    su – xxx(非root)
    brew install autoconf
    exit
    5./Applications/MAMP/bin/php/php5.6.10/bin/pecl install mongo
    6.修改mamp的模板的php.ini
    重启mamp

    Post Tagged with

发表评论

邮箱地址不会被公开。 必填项已用*标注