mac中 PHP安装mongoDB扩展

执行下列命令php   wget https://pecl.php.net/get/mongodb-1.5.5.tgz tar -xzvf mongodb-1.5.5.tgz cd mongodb-1.5.5 phpize ./configure --with-php-config=/usr/bin/php-config make make test make install p
相关文章
相关标签/搜索