yum install -y PHP-devel php-pear httpd-devel pecl install mongo
执行以上命令后,你需要修改php.ini文件,在php.ini文件中添加mongo配置,配置如下:
extension=mongo.so