Skip to content

Commit de3bb4b

Browse files
committed
DOCSP-50063: Add missing PHP compat tables
1 parent 6dce3a5 commit de3bb4b

File tree

3 files changed

+123
-3
lines changed

3 files changed

+123
-3
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:stub-columns: 1
4+
:class: compatibility-large
5+
6+
* - PHP Driver Versions
7+
- PHP 8.4
8+
- PHP 8.3
9+
- PHP 8.2
10+
- PHP 8.1
11+
- PHP 8.0
12+
- PHP 7.4
13+
- PHP 7.3
14+
- PHP 7.2
15+
16+
* - ext + lib 1.21 to 2.0
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
-
22+
-
23+
-
24+
-
25+
26+
* - ext + lib 1.20
27+
- ✓
28+
- ✓
29+
- ✓
30+
- ✓
31+
- ✓
32+
- ✓
33+
-
34+
-
35+
36+
* - ext + lib 1.17 to 1.19
37+
- ✓
38+
- ✓
39+
- ✓
40+
- ✓
41+
- ✓
42+
- ✓
43+
-
44+
-
45+
46+
* - ext + lib 1.16
47+
-
48+
- ✓
49+
- ✓
50+
- ✓
51+
- ✓
52+
- ✓
53+
- ✓
54+
- ✓
55+
56+
* - ext + lib 1.15
57+
-
58+
- ✓
59+
- ✓
60+
- ✓
61+
- ✓
62+
- ✓
63+
- ✓
64+
- ✓
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:stub-columns: 1
4+
:class: compatibility-large
5+
6+
* - PHP Driver Versions
7+
- MongoDB 8.0
8+
- MongoDB 7.0
9+
- MongoDB 6.0
10+
- MongoDB 5.0
11+
- MongoDB 4.4
12+
- MongoDB 4.2
13+
- MongoDB 4.0
14+
- MongoDB 3.6
15+
16+
* - ext + lib 1.21 to 2.0
17+
- ✓
18+
- ✓
19+
- ✓
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓ [#deprecation-note]_
24+
-
25+
26+
* - ext + lib 1.20
27+
- ✓
28+
- ✓
29+
- ✓
30+
- ✓
31+
- ✓
32+
- ✓
33+
- ✓
34+
-
35+
36+
* - ext + lib 1.16 to 1.19
37+
- ⊛
38+
- ✓
39+
- ✓
40+
- ✓
41+
- ✓
42+
- ✓
43+
- ✓
44+
- ✓
45+
46+
* - ext + lib 1.15
47+
- ⊛
48+
- ⊛
49+
- ✓
50+
- ✓
51+
- ✓
52+
- ✓
53+
- ✓
54+
- ✓
55+
56+
.. [#deprecation-note] Support for this MongoDB version is deprecated and will be removed in a future release.

source/php-drivers.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The first column lists the driver version.
179179

180180
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
181181

182-
.. sharedinclude:: dbx/mongodb-compatibility-table-php.rst
182+
.. include:: /includes/mongodb-compatibility-table-php.rst
183183

184184
Language Compatibility
185185
~~~~~~~~~~~~~~~~~~~~~~
@@ -189,8 +189,8 @@ of the PHP driver for use with a specific version of PHP.
189189

190190
The first column lists the driver versions.
191191

192-
.. sharedinclude:: dbx/language-compatibility-table-php.rst
193-
192+
.. include:: /includes/language-compatibility-table-php.rst
193+
194194
.. include:: /includes/about-driver-compatibility.rst
195195

196196
.. include:: /includes/help-links-php.rst

0 commit comments

Comments
 (0)