Commit 7cc3292 1 parent 3049476 commit 7cc3292 Copy full SHA for 7cc3292
File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Release notes for the ArangoDB-PHP driver 3.8.x
4
4
5
+ OPTION_TIMEOUT of the Connection class is now superseded by the more specialized options
6
+ - OPTION_CONNECT_TIMEOUT
7
+ - OPTION_REQUEST_TIMEOUT
8
+
9
+ The existing OPTION_TIMEOUT value can still be used as before. When used, it will
10
+ automatically clobber values set in OPTION_CONNECT_TIMEOUT and OPTION_REQUEST_TIMEOUT.
11
+ Using one of the more specialized options will remove OPTION_TIMEOUT from the connection's
12
+ options.
13
+
5
14
Added CollectionHandler::insertMany() method to simplify insertion of multiple documents
6
15
at once. This is now the preferred way of inserting mutliple documents in a single
7
16
request, and will perform much better than using the ` Batch ` functionality, which is
Original file line number Diff line number Diff line change 4
4
5
5
The official ArangoDB PHP Driver.
6
6
7
- 3.4: [ ![ Build Status] ( https://travis-ci.org/arangodb/arangodb-php.png?branch=3.4 )] ( https://travis-ci.org/arangodb/arangodb-php )
8
- 3.5: [ ![ Build Status] ( https://travis-ci.org/arangodb/arangodb-php.png?branch=3.5 )] ( https://travis-ci.org/arangodb/arangodb-php )
9
- 3.6: [ ![ Build Status] ( https://travis-ci.org/arangodb/arangodb-php.png?branch=3.6 )] ( https://travis-ci.org/arangodb/arangodb-php )
10
- 3.7: [ ![ Build Status] ( https://travis-ci.org/arangodb/arangodb-php.png?branch=3.7 )] ( https://travis-ci.org/arangodb/arangodb-php )
11
- 3.8: [ ![ Build Status] ( https://travis-ci.org/arangodb/arangodb-php.png?branch=3.8 )] ( https://travis-ci.org/arangodb/arangodb-php )
12
- devel: [ ![ Build Status] ( https://travis-ci.org/arangodb/arangodb-php.png?branch=devel )] ( https://travis-ci.org/arangodb/arangodb-php )
7
+ 3.6: [ ![ Build Status] ( https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=3.6 )] ( https://travis-ci.com/arangodb/arangodb-php )
8
+ 3.7: [ ![ Build Status] ( https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=3.7 )] ( https://travis-ci.com/arangodb/arangodb-php )
9
+ 3.8: [ ![ Build Status] ( https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=3.8 )] ( https://travis-ci.com/arangodb/arangodb-php )
10
+ devel: [ ![ Build Status] ( https://api.travis-ci.com/arangodb/arangodb-php.svg?branch=devel ) (https://travis-ci.com/arangodb/arangodb-php )
13
11
14
12
- [ Getting Started] ( https://www.arangodb.com/docs/stable/drivers/php-getting-started.html )
15
13
- [ Tutorial] ( https://www.arangodb.com/docs/stable/drivers/php-tutorial.html )
You can’t perform that action at this time.
0 commit comments