You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Drivers/PHP/GettingStarted/README.md
+5-68Lines changed: 5 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,77 +27,14 @@ In general, it is recommended to always use the latest PHP versions (currently t
27
27
28
28
### Important version information on ArangoDB-PHP
29
29
30
-
Since version 1.0 of this client, it will closely follow the ArangoDB versioning.
31
-
That means that:
30
+
The ArangoDB-PHP driver version has to match with the ArangoDB version:
31
+
32
+
- ArangoDB-PHP 3.1.x is on par with the functionality of ArangoDB 3.1.x
33
+
- ArangoDB-PHP 3.2.x is on par with the functionality of ArangoDB 3.2.x
34
+
- ArangoDB-PHP 3.3.x is on par with the functionality of ArangoDB 3.3.x
32
35
33
-
- ArangoDB-PHP 3.1.x is on par with the functionality of ArangoDB 3.0.y
34
-
- ArangoDB-PHP 3.2.x is on par with the functionality of ArangoDB 3.1.y
35
36
etc...
36
37
37
-
Notice: The third level number of the version is not associated to ArangoDB's third level number, as it states minor updates, bugfixes and patches to the client itself.
38
-
39
-
40
-
<br>
41
-
<br>
42
-
43
-
<aname="interoperability_matrix"></a>
44
-
45
-
### ArangoDB-PHP Client to ArangoDB Server interoperability matrix ##
<td>1.0.0</td><td>1.0.0 through 1.0.4</td><td></td>
75
-
</tr>
76
-
<tr>
77
-
<td>1.0.1</td><td>1.0.0 through 1.0.4</td><td></td>
78
-
</tr>
79
-
<tr>
80
-
<td>1.1.0</td><td>1.1.0 through 1.1.3</td><td></td>
81
-
</tr>
82
-
<tr>
83
-
<td>1.2.0</td><td>1.2.0 through 1.2.1</td><td></td>
84
-
</tr>
85
-
<tr>
86
-
<td>1.2.1</td><td>1.2.2 through 1.2.3</td><td>This client version provides support for ArangoDB's autoincrement functionality. (ArangoDB Version 1.2.2+)</td>
87
-
</tr>
88
-
<tr>
89
-
<td>1.3.0</td><td>1.3.0 through 1.3.3</td><td>Provides support for Transactions, Auto-Increment, AQL User Functions and the new statistics interface.</td>
90
-
</tr>
91
-
<tr>
92
-
<td>1.3.1</td><td>1.3.0 through 1.3.3</td><td>Added Tracer & simple/all API equvalent. Some Performance fixes. improved docs</td>
93
-
</tr>
94
-
<tr>
95
-
<td>1.4.0</td><td>1.4.0 through 1.4.x</td><td>Multi-Database, Traversal API + others</td>
96
-
</tr>
97
-
<tr>
98
-
<td>2.x.x</td><td>2.0.0 through 2.x.x</td><td></td>
0 commit comments