Skip to content

Commit 6302632

Browse files
authored
Update README.md
1 parent f3b8168 commit 6302632

File tree

1 file changed

+5
-68
lines changed

1 file changed

+5
-68
lines changed

docs/Drivers/PHP/GettingStarted/README.md

Lines changed: 5 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -27,77 +27,14 @@ In general, it is recommended to always use the latest PHP versions (currently t
2727

2828
### Important version information on ArangoDB-PHP
2929

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
3235

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
3536
etc...
3637

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-
<a name="interoperability_matrix"></a>
44-
45-
### ArangoDB-PHP Client to ArangoDB Server interoperability matrix ##
46-
#### Current Versions (3.x)
47-
48-
<table>
49-
<tr>
50-
<th width="25%">ArangoDB-PHP&nbsp;Version</th><th width="25%">ArangoDB&nbsp;Version</th><th width="50%">Comments</th>
51-
</tr>
52-
<tr>
53-
<td>3.0.x</td><td>3.0.x through 3.0.x</td><td>This version is not backwards compatible due to changes in ArangoDB's API</td>
54-
</tr>
55-
<tr>
56-
<td>3.1.x</td><td>3.1.x through 3.1.x</td><td>This version is not backwards compatible due to changes in ArangoDB's API</td>
57-
</tr>
58-
<tr>
59-
<td>3.2.x</td><td>3.2.x through 3.2.x</td><td>This version is not backwards compatible due to changes in ArangoDB's API</td>
60-
</tr>
61-
<tr>
62-
<td>3.3.x</td><td>3.3.x through 3.3.x</td><td>This version is not backwards compatible due to changes in ArangoDB's API</td>
63-
</tr>
64-
</table>
65-
<br>
66-
67-
#### Older Versions
68-
69-
<table>
70-
<tr>
71-
<th width="25%">ArangoDB-PHP&nbsp;Version</th><th width="25%">ArangoDB&nbsp;Version</th><th width="100%">Comments</th>
72-
</tr>
73-
<tr>
74-
<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>
99-
</tr>
100-
</table>
10138

10239
### Installing the PHP client
10340

0 commit comments

Comments
 (0)