Commit cc8948db authored by Allison Moore's avatar Allison Moore Committed by Jeremy Mikola

DOCS-9174: direct users to PHP.net for extension installation

parent 0b1e0f3b
...@@ -7,19 +7,13 @@ Install the |php-library| ...@@ -7,19 +7,13 @@ Install the |php-library|
Prerequisites Prerequisites
------------- -------------
The MongoDB PHP Library is a high-level abstraction for the The |php-library| is a high-level abstraction for the MongoDB PHP driver. As
MongoDB PHP driver. As such, you must install the `mongodb` such, you must install the `mongodb` extension to use the library.
extension to use the |php-library|:
.. code-block:: sh :php:`Installing the MongoDB PHP Driver <manual/en/mongodb.installation.php>`
describes how to install the `mongodb` extension for PHP. Instructions for
pecl install mongodb installing the driver for HHVM may be found in the :php:`Installation with HHVM
echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` <manual/en/mongodb.installation.hhvm>` article.
Instructions for installing the `mongodb` extension on HHVM may be
found in the :php:`Installation with HHVM
<mongodb.installation.hhvm>` article
in the driver documentation.
Procedure Procedure
--------- ---------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment