diff --git a/README.md b/README.md
index 4d4826b3..c026e0f4 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@
##### Table of Contents
- [Description](#description)
+- [Requirements](#requirements)
- [Installing the PHP client](#installing)
- [Using packagist/composer](#using_packagist)
- [Cloning the git repository](#cloning_git)
@@ -25,7 +26,7 @@
- [Deleting a document](#deleting_document)
- [Dropping a collection](#dropping_collection)
- [Putting it all together](#alltogether)
-- [Requirements](#requirements)
+
- [More information](#more_info)
@@ -54,6 +55,19 @@ The client library provides document and collection classes you can use to work
+
+
+
+# Requirements
+
+* ArangoDB database server version 1.3 (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
+
+* PHP version 5.3 or higher (Travis-tested with 5.4 and 5.5)
+
+
+
+
+
## Installing the PHP client
@@ -559,14 +573,6 @@ Here's the full code that combines all the pieces outlined above:
-
-# Requirements
-
-* ArangoDB database server version 1.2 (detailed info [here](https://github.com/triAGENS/ArangoDB-PHP/wiki/Important-versioning-information-on-ArangoDB-PHP#arangodb-php-client-to-arangodb-server-interoperability-matrix))
-
-* PHP version 5.3 or higher (Travis-tested with 5.4 and 5.5)
-
-
# More information
diff --git a/docs/classes/triagens.ArangoDb.AdminHandler.html b/docs/classes/triagens.ArangoDb.AdminHandler.html
index 7c846547..71e6a7dc 100644
--- a/docs/classes/triagens.ArangoDb.AdminHandler.html
+++ b/docs/classes/triagens.ArangoDb.AdminHandler.html
@@ -22,7 +22,6 @@
getServerStatistics()
getServerStatisticsDescription()
getServerStatus()
getServerTime()
getServerVersion()
__construct(\triagens\ArangoDb\Connection $connection) : void+
__construct(\triagens\ArangoDb\Connection $connection) : \triagens\ArangoDb\Handler
array
Options are :
-
array
getServerStatus() : array- -
This will throw if the status cannot be retrieved
since | -1.2 | -
---|
\triagens\ArangoDb\Exception |
-- |
---|
array
- The call returns an array with the attributes described here: http://www.arangodb.org/manuals/1.2.beta3/HttpSystem.html#HttpSystemStatus
-['system']['userTime']
-['system']['systemTime']
-['system']['numberOfThreads']
-['system']['residentSize']
-['system']['virtualSize']
-['system']['minorPageFaults']
-['system']['majorPageFaults']getServerTime() : double@@ -431,7 +404,7 @@
getCursorOptions(bool $options) : array+
getCursorOptions(mixed $options) : array
bool
mixed