Skip to content

Commit a423932

Browse files
authored
DOCSP-19644: Update PHP driver language and server compat tables (#770)
This also renames the server compatibility table to be consistent with the files for other drivers.
1 parent 3b8d993 commit a423932

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
:class: compatibility-large
77

88
* - PHP Driver Versions
9+
- PHP 8.1
910
- PHP 8.0
1011
- PHP 7.4
1112
- PHP 7.3
@@ -15,7 +16,19 @@
1516
- PHP 5.6
1617
- PHP 5.5
1718

19+
* - ext 1.12 + lib 1.11
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
-
26+
-
27+
-
28+
-
29+
1830
* - ext 1.11 + lib 1.10
31+
-
1932
- |checkmark|
2033
- |checkmark|
2134
- |checkmark|
@@ -26,6 +39,7 @@
2639
-
2740

2841
* - ext 1.10 + lib 1.9
42+
-
2943
- |checkmark|
3044
- |checkmark|
3145
- |checkmark|
@@ -36,6 +50,7 @@
3650
-
3751

3852
* - ext 1.9 + lib 1.8
53+
-
3954
- |checkmark|
4055
- |checkmark|
4156
- |checkmark|
@@ -46,6 +61,7 @@
4661
-
4762

4863
* - ext 1.8 + lib 1.7
64+
-
4965
-
5066
- |checkmark|
5167
- |checkmark|
@@ -56,6 +72,7 @@
5672
-
5773

5874
* - ext 1.7 + lib 1.6
75+
-
5976
-
6077
- |checkmark|
6178
- |checkmark|
@@ -66,6 +83,7 @@
6683
-
6784

6885
* - ext 1.6 + lib 1.5
86+
-
6987
-
7088
- |checkmark|
7189
- |checkmark|
@@ -76,6 +94,7 @@
7694
-
7795

7896
* - ext 1.5 + lib 1.4
97+
-
7998
-
8099
-
81100
- |checkmark|
@@ -89,6 +108,7 @@
89108
-
90109
-
91110
-
111+
-
92112
- |checkmark|
93113
- |checkmark|
94114
- |checkmark|
@@ -99,6 +119,7 @@
99119
-
100120
-
101121
-
122+
-
102123
- |checkmark|
103124
- |checkmark|
104125
- |checkmark|

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,20 @@
1515
- MongoDB 3.0
1616
- MongoDB 2.6
1717

18+
* - ext 1.12 + lib 1.11
19+
- |checkmark|
20+
- |checkmark|
21+
- |checkmark|
22+
- |checkmark|
23+
- |checkmark|
24+
- |checkmark|
25+
-
26+
-
27+
-
28+
-
29+
1830
* - ext 1.11 + lib 1.10
31+
-
1932
- |checkmark|
2033
- |checkmark|
2134
- |checkmark|

source/php.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ MongoDB Compatibility
137137

138138
.. include:: /includes/extracts/php-driver-compatibility-matrix-mongodb.rst
139139

140-
.. include:: /includes/php-mongodb-compatibility-table.rst
140+
.. include:: /includes/mongodb-compatibility-table-php.rst
141141

142142
Language Compatibility
143143
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)