首页 > 数据库技术 > 详细

CentOS 5 - 安装PHP MongoDB扩展

时间:2014-09-12 11:31:23      阅读:376      评论:0      收藏:0      [点我收藏+]

For driver developers and people interested in the latest bugfixes, you can compile the driver from the latest source code on » Github. Go to Github and click the "download" button. Then run:

$ tar zxvf mongodb-mongodb-php-driver-<commit_id>.tar.gz
$ cd mongodb-mongodb-php-driver-<commit_id>
$ phpize
$ ./configure
$ make all
$ sudo make install

 

CentOS 5 - 安装PHP MongoDB扩展

原文:http://www.cnblogs.com/youlechang123/p/3967899.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!