@@ -41,17 +41,18 @@ file:
41
41
42
42
extension=mongodb.so
43
43
44
- Windows users can download precompiled binaries of the extension from
45
- `PECL <https://pecl.php.net/package/mongodb>`_. After extracting the
46
- ``php_mongodb.dll`` file to PHP's extension directory, add the following line to
47
- your ``php.ini`` file:
44
+ Windows users can download precompiled binaries of the extension from its
45
+ `GitHub releases <https://github.com/mongodb/mongo-php-driver/releases>`__.
46
+ After downloading the appropriate archive for your PHP environment, extract the
47
+ ``php_mongodb.dll`` file to PHP's extension directory and add the following line
48
+ to your ``php.ini`` file:
48
49
49
50
.. code-block:: ini
50
51
51
52
extension=php_mongodb.dll
52
53
53
- Additional considerations for Windows are discussed in the
54
- :php:`Windows installation documentation <manual/en/mongodb.installation.windows.php>` .
54
+ See :php:`Installing the MongoDB PHP Driver on Windows <manual/en/mongodb.installation.windows.php>`
55
+ for additional information .
55
56
56
57
Installing the Library
57
58
----------------------
@@ -85,8 +86,8 @@ Manual Installation Without Composer
85
86
86
87
While not recommended, you may also manually install the library using a source
87
88
archive attached to the
88
- `GitHub releases <https://github.com/mongodb/mongo-php-library/releases>`_. When
89
- installing the library without Composer, you must ensure that all library
89
+ `GitHub releases <https://github.com/mongodb/mongo-php-library/releases>`__.
90
+ When installing the library without Composer, you must ensure that all library
90
91
classes *and* functions are loaded for your application:
91
92
92
93
#. If you are using a `PSR-4 <https://www.php-fig.org/psr/psr-4/>`_ autoloader,
0 commit comments