@@ -21,31 +21,31 @@ MongoDB Compatibility
21
21
---------------------
22
22
23
23
The following compatibility table specifies the recommended version or versions
24
- of the PHP driver for use with a specific version of MongoDB.
24
+ of the {+php-library+} and extension that you can use with a specific version of MongoDB.
25
25
26
- The first column lists the driver version.
26
+ The first column lists the version of the library and extension .
27
27
28
28
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
29
29
30
30
.. include:: /includes/mongodb-compatibility-table-php.rst
31
31
32
32
For more information on how to read the compatibility tables, see our guide on
33
- `MongoDB Compatibility Tables <about-driver- compatibility>`__.
33
+ `MongoDB Compatibility Tables <https://www.mongodb.com/docs/drivers/ about-compatibility/ >`__.
34
34
35
35
Language Compatibility
36
36
----------------------
37
37
38
38
The following compatibility table specifies the recommended version or versions
39
- of the PHP driver for use with a specific version of PHP.
39
+ of the {+php-library+} and extension that you can use with a specific version of PHP.
40
40
41
- The first column lists the driver versions .
41
+ The first column lists the version of the library and extension .
42
42
43
43
.. include:: /includes/language-compatibility-table-php.rst
44
44
45
45
.. sharedinclude:: dbx/about-driver-compatibility.rst
46
46
47
47
For more information on how to read the compatibility tables, see our guide on
48
- `MongoDB Compatibility Tables <about-driver- compatibility>`__.
48
+ `MongoDB Compatibility Tables <https://www.mongodb.com/docs/drivers/ about-compatibility/ >`__.
49
49
50
50
How to Get Help
51
51
---------------
@@ -54,8 +54,7 @@ If you have questions about compatibility, visit the following resources for fur
54
54
55
55
- Ask questions on our :community-forum:`MongoDB Community Forums <>`.
56
56
- Visit our :technical-support:`Support Channels </>`.
57
- - File an issue or feature request in JIRA under one of the following:
58
-
59
- - `Extension <https://jira.mongodb.org/projects/PHPC/summary>`_
60
-
61
- - `Library <https://jira.mongodb.org/projects/PHPLIB/summary>`_
57
+ - File an issue or feature request in our issue tracker, JIRA, under one of the
58
+ following projects::
59
+ - `PHPC - Extension <https://jira.mongodb.org/projects/PHPC/summary>`_
60
+ - `PHPLIB - Library <https://jira.mongodb.org/projects/PHPLIB/summary>`_
0 commit comments