Skip to content

Commit bf5771e

Browse files
committed
try to make driver ready for PHP 8
1 parent 284455b commit bf5771e

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ services:
77
matrix:
88
fast_finish: true
99
include:
10-
- php: '5.6'
11-
- php: '7.0'
12-
- php: '7.1'
13-
- php: '7.2'
14-
- php: '7.3'
1510
- php: '7.4'
1611
- php: '8.0'
1712
allow_failures:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
## Release notes for the ArangoDB-PHP driver 3.9.x
44

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+
58
This version of the PHP driver removes the following functionality, which was deprecated
69
in a previous release and is not available in ArangoDB 3.9 anymore:
710

811
- class Export
912
- class ExportCursor
1013

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()
1119

1220
## Release notes for the ArangoDB-PHP driver 3.8.x
1321

0 commit comments

Comments
 (0)