Skip to content

Commit c2aa893

Browse files
committed
Merge remote-tracking branch 'upstream/php-standardization' into DOCSP-41964-time-series
2 parents 728baf9 + 9ad7615 commit c2aa893

25 files changed

+2519
-38
lines changed

snooty.toml

Lines changed: 9 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",
@@ -18,8 +22,12 @@ toc_landing_pages = [
1822
"/reference/class/MongoDBModelDatabaseInfo",
1923
"/reference/class/MongoDBModelIndexInfo",
2024
"/get-started",
25+
"/write",
26+
"/indexes"
2127
]
2228

29+
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
30+
2331
[substitutions]
2432
php-library = "MongoDB PHP Library"
2533

source/compatibility.txt

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
.. _php-compatibility:
2+
3+
=============
4+
Compatibility
5+
=============
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: backwards compatibility, versions, upgrade
19+
20+
MongoDB Compatibility
21+
---------------------
22+
23+
The following compatibility table specifies the recommended version or versions
24+
of the {+php-library+} and extension that you can use with a specific version of MongoDB.
25+
26+
The first column lists the version of the library and extension.
27+
28+
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
29+
30+
.. sharedinclude:: dbx/compatibility-table-legend.rst
31+
32+
.. include:: /includes/mongodb-compatibility-table-php.rst
33+
34+
For more information on how to read the compatibility tables, see our guide on
35+
:ref:`MongoDB Compatibility Tables <about-driver-compatibility>`.
36+
37+
Language Compatibility
38+
----------------------
39+
40+
The following compatibility table specifies the recommended version or versions
41+
of the {+php-library+} and extension that you can use with a specific version of PHP.
42+
43+
The first column lists the version of the library and extension.
44+
45+
.. include:: /includes/language-compatibility-table-php.rst
46+
47+
.. sharedinclude:: dbx/about-driver-compatibility.rst
48+
49+
For more information on how to read the compatibility tables, see our guide on
50+
:ref:`MongoDB Compatibility Tables <about-driver-compatibility>`.
51+
52+
How to Get Help
53+
---------------
54+
55+
If you have questions about compatibility, visit the following resources for further guidance:
56+
57+
- Ask questions on our :community-forum:`MongoDB Community Forums <>`.
58+
- Visit our :technical-support:`Support Channels </>`.
59+
- File an issue or feature request in our issue tracker, JIRA, under one of the
60+
following projects:
61+
62+
- `PHPC - Extension <https://jira.mongodb.org/projects/PHPC/summary>`_
63+
64+
- `PHPLIB - Library <https://jira.mongodb.org/projects/PHPLIB/summary>`_

0 commit comments

Comments
 (0)