arangodb / arangodb-php

PHP ODM for ArangoDB
https://www.arangodb.com
Apache License 2.0
183 stars 43 forks source link

* Implemented x-arango-version. Closes #160. #162

Closed frankmayer closed 10 years ago

frankmayer commented 10 years ago

There is a minor backward incompatibility. We are now following ArangoDB's integer version numbering style. Instead of 1.4.0 we return 10400 when calling the Connection::getVersion() / getClientVersion() method. This has hopefully not any enormous impact. If it has please inform me so we can find a better solution...

frankmayer commented 10 years ago

oops wrong pr... sorry