CentOS 5 - 安装PHP MongoDB扩展

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扩展

上一篇:Oracle 游标使用全解


下一篇:用count(*)还是count(列名) || Mysql中的count()与sum()区别