Skip to content

Commit 1524f11

Browse files
committed
internal review
1 parent 5e0723d commit 1524f11

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

snooty.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name = "php-library"
22
title = "PHP Library Manual"
33

4-
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
4+
intersphinx = [
5+
"https://www.mongodb.com/docs/manual/objects.inv",
6+
"https://www.mongodb.com/docs/drivers/objects.inv",
7+
"https://www.mongodb.com/docs/atlas/objects.inv",
8+
]
59

610
toc_landing_pages = [
711
"/reference/class/MongoDBClient",

source/compatibility.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ MongoDB Compatibility
2121
---------------------
2222

2323
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.
2525

26-
The first column lists the driver version.
26+
The first column lists the version of the library and extension.
2727

2828
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
2929

3030
.. include:: /includes/mongodb-compatibility-table-php.rst
3131

3232
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/>`__.
3434

3535
Language Compatibility
3636
----------------------
3737

3838
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.
4040

41-
The first column lists the driver versions.
41+
The first column lists the version of the library and extension.
4242

4343
.. include:: /includes/language-compatibility-table-php.rst
4444

4545
.. sharedinclude:: dbx/about-driver-compatibility.rst
4646

4747
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/>`__.
4949

5050
How to Get Help
5151
---------------
@@ -54,8 +54,7 @@ If you have questions about compatibility, visit the following resources for fur
5454

5555
- Ask questions on our :community-forum:`MongoDB Community Forums <>`.
5656
- 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>`_

source/includes/language-compatibility-table-php.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. sharedinclude:: dbx/compatibility-table-legend.rst
2-
31
.. list-table::
42
:header-rows: 1
53
:stub-columns: 1

source/includes/mongodb-compatibility-table-php.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
-
215215
-
216216

217-
.. [#PHP1.15-version-parity] Version 1.14 of the MongoDB PHP library has been
217+
.. [#PHP1.15-version-parity] Version 1.14 of the {+php-library+} has been
218218
skipped to restore version parity between the library and extension.
219219
220220
.. [#PHPC1.10-PHPLIB1.9-driver-support] The extension 1.10 + library 1.9

0 commit comments

Comments
 (0)