Skip to content

Commit 318d4b9

Browse files
committed
Merge pull request #329
2 parents 0b1e0f3 + 0690308 commit 318d4b9

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

docs/index.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MongoDB PHP Library
55
.. default-domain:: mongodb
66

77
The |php-library| provides a high-level abstraction around the lower-level
8-
`PHP Driver <https://php.net/mongodb>`_, also known as the ``mongodb``
8+
`PHP driver <https://php.net/mongodb>`_, also known as the ``mongodb``
99
extension.
1010

1111
While the ``mongodb`` extension provides a limited API for executing commands,
@@ -18,11 +18,11 @@ collection management.
1818
If you are developing a PHP application with MongoDB, you should consider using
1919
this library, or another high-level abstraction, instead of the extension alone.
2020

21-
For additional information about the MongoDB PHP Library and the ``mongodb``
22-
extension, see the `Architecture Overview
23-
<http://php.net/manual/en/mongodb.overview.php>`_ article in the extension
24-
documentation. `Derick Rethans <http://derickrethans.nl/>`_ has also written a
25-
series of blog posts entitled *New MongoDB Drivers for PHP and HHVM*:
21+
For additional information about this library and the ``mongodb`` extension, see
22+
the `Architecture Overview <http://php.net/manual/en/mongodb.overview.php>`_
23+
article in the extension documentation. `Derick Rethans
24+
<http://derickrethans.nl/>`_ has also written a series of blog posts entitled
25+
*New MongoDB Drivers for PHP and HHVM*:
2626

2727
- `Part One: History <https://derickrethans.nl/new-drivers.html>`_
2828

docs/tutorial/install-php-library.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ Install the |php-library|
77
Prerequisites
88
-------------
99

10-
The MongoDB PHP Library is a high-level abstraction for the
11-
MongoDB PHP driver. As such, you must install the `mongodb`
12-
extension to use the |php-library|:
10+
The |php-library| is a high-level abstraction for the MongoDB PHP driver. As
11+
such, you must install the `mongodb` extension to use the library.
1312

14-
.. code-block:: sh
15-
16-
pecl install mongodb
17-
echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
18-
19-
Instructions for installing the `mongodb` extension on HHVM may be
20-
found in the :php:`Installation with HHVM
21-
<mongodb.installation.hhvm>` article
22-
in the driver documentation.
13+
:php:`Installing the MongoDB PHP Driver <manual/en/mongodb.installation.php>`
14+
describes how to install the `mongodb` extension for PHP. Instructions for
15+
installing the driver for HHVM may be found in the :php:`Installation with HHVM
16+
<manual/en/mongodb.installation.hhvm>` article.
2317

2418
Procedure
2519
---------

0 commit comments

Comments
 (0)