curl -O https://pecl.php.net/get/mongodb-1.2.3.tgz
tar zxf mongodb-1.2.3.tgzcd mongodb-1.2.3
phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make&&make install