arangodb / arangodb-php

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

Fixed enhanced tracer headers that got broken in f98463250eae1aa1fd1d510b7aeb412b36438436. #139

Closed F21 closed 11 years ago

F21 commented 11 years ago

In f98463250eae1aa1fd1d510b7aeb412b36438436, the return value of HttpHelper::parseHeaders() was changed.

The change broke getHeaders() of TraceRequest. This small update fixes that.

frankmayer commented 11 years ago

Hi Francis, seems to be something wrong with the tests on PHP 5.3, Could you take a look at this?

F21 commented 11 years ago

Should be fixed now :smile:

frankmayer commented 11 years ago

Thanks :)