首页 > 运营 > 建站经验 > 正文

Ubuntu下安装PHP的mongodb扩展操作命令

2019-11-02 15:31:39
字体:
来源:转载
供稿:网友

在 https://pecl.php.net/package/mongo 下载 PHP的mongodb扩展的源码

代码如下:

$ wget -c https://pecl.php.net/get/mongo-1.6.9.tgz

$ tar zxvf mongo-1.6.9.tgz

$ cd mongo-1.6.9

$ phpize

$ ./configure

$ make all

$ make test

$ sudo make install

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表