LexLythius
LexLythius
Please note that file://c:/path/to/toexample.txt is actually a broken URI. It should encode to file:///c:/path/to/toexample.txt which equates to file://localhost/c:/path/to/toexample.txt
@LarsFronius @rvwoens May this [incompatible change in PHP 5.5.0's unpack function](http://php.net/manual/en/function.unpack.php) explain the bug?
@CBox Please open a new issue for your problem/question. This one is about a bug on query return values, not composer dependency fixing.
As an expedient my pull request #43 fixes the problem (n.b. in a data backwards-incompatible fashion). However, I see a few problems with this approach: 1. Abstract DB class has...