File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ services:
7
7
matrix :
8
8
fast_finish : true
9
9
include :
10
- - php : ' 5.6'
11
- - php : ' 7.0'
12
- - php : ' 7.1'
13
- - php : ' 7.2'
14
- - php : ' 7.3'
15
10
- php : ' 7.4'
16
11
- php : ' 8.0'
17
12
allow_failures :
Original file line number Diff line number Diff line change 2
2
3
3
## Release notes for the ArangoDB-PHP driver 3.9.x
4
4
5
+ This version of the PHP driver is compatible with PHP versions 7.4 and 8.0.
6
+ Older versions of PHP are not supported.
7
+
5
8
This version of the PHP driver removes the following functionality, which was deprecated
6
9
in a previous release and is not available in ArangoDB 3.9 anymore:
7
10
8
11
- class Export
9
12
- class ExportCursor
10
13
14
+ In addition, as the equivalent functionality has been deprecated on the
15
+ server side, the following driver methods have been deprecated as well:
16
+
17
+ - CollectionHandler::load()
18
+ - CollectionHandler::unload()
11
19
12
20
## Release notes for the ArangoDB-PHP driver 3.8.x
13
21
You can’t perform that action at this time.
0 commit comments