Download the source code of PHP’s mongodb extension at https://pecl.php.net/package/mongo
Copy the code The code is as follows:
$ 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
|