File tree Expand file tree Collapse file tree 3 files changed +123
-3
lines changed Expand file tree Collapse file tree 3 files changed +123
-3
lines changed Original file line number Diff line number Diff line change
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
+ - ✓
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ The first column lists the driver version.
179
179
180
180
.. sharedinclude:: dbx/lifecycle-schedule-callout.rst
181
181
182
- .. sharedinclude :: dbx /mongodb-compatibility-table-php.rst
182
+ .. include :: /includes /mongodb-compatibility-table-php.rst
183
183
184
184
Language Compatibility
185
185
~~~~~~~~~~~~~~~~~~~~~~
@@ -189,8 +189,8 @@ of the PHP driver for use with a specific version of PHP.
189
189
190
190
The first column lists the driver versions.
191
191
192
- .. sharedinclude :: dbx /language-compatibility-table-php.rst
193
-
192
+ .. include :: /includes /language-compatibility-table-php.rst
193
+
194
194
.. include:: /includes/about-driver-compatibility.rst
195
195
196
196
.. include:: /includes/help-links-php.rst
You can’t perform that action at this time.
0 commit comments