Home > Backend Development > PHP Tutorial > Install PHP's mongodb extension operation command under Ubuntu, ubuntumongodb_PHP tutorial

Install PHP's mongodb extension operation command under Ubuntu, ubuntumongodb_PHP tutorial

WBOY
Release: 2016-07-13 09:47:16
Original
924 people have browsed it

Install PHP's mongodb extension operation command under Ubuntu, ubuntumongodb

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

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1026918.htmlTechArticleInstall PHP's mongodb extension operation command under Ubuntu, ubuntumongodb at https://pecl.php.net/package/ mongo Download the source code of PHP's mongodb extension and copy the code as follows: $ wget -c https...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template