- 23 Sep, 2016 5 commits
-
-
gsangiov authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Remove MongoDB 2.4 from the build matrix and use the latest stable driver by default. Add explicit jobs to test MongoDB 2.4, driver 1.1.0 (oldest supported version), and the latest unstable driver version. Lastly, restrict PHP 5.4 and 5.5 to a single job each.
-
- 22 Sep, 2016 6 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
- 14 Sep, 2016 7 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Fabien Villepinte authored
PhpStorm (and possibly other IDEs) must be able to resolve the class name in order to process these references. We can use FQCNs instead of adding "use" statements.
-
Jeremy Mikola authored
-
Fabien Villepinte authored
-
- 12 Sep, 2016 7 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
As a rule of thumb, we've decided keep all optional parameters in an options array across the library's public API.
-
Andreas Braun authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
This adds Bucket::getFileDocumentForStream() and Bucket::getFileIdForStream() methods, the latter of which was renamed from getIdFromStream(). Additionally, this replaces the getId() method in both internal stream classes with a getFile() method. The debug output for ReadableStream has also been simplified to include the entire file document instead of ID, chunkSize, and length.
-
Jeremy Mikola authored
-
- 08 Sep, 2016 3 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
- 26 Aug, 2016 1 commit
-
-
Jeremy Mikola authored
-
- 25 Aug, 2016 3 commits
-
-
Allison Moore authored
-
Jeremy Mikola authored
-
Alessandro Galli authored
-
- 15 Aug, 2016 6 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Allison Moore authored
-
Allison Moore authored
-
Jeremy Mikola authored
Unfortunately, PHP's StreamWrapper API requires that we trigger errors instead of throwing exceptions. This will affect driver exceptions thrown during IO and CorruptFileException thrown by ReadableStream.
-
Jeremy Mikola authored
WritableStreams cannot be read and are never EOF. ReadableStreams cannot be written.
-
- 27 Jul, 2016 1 commit
-
-
Jeremy Mikola authored
-
- 26 Jul, 2016 1 commit
-
-
Jeremy Mikola authored
Unfortunately, PHP's StreamWrapper API requires that we trigger errors instead of throwing exceptions. This will affect driver exceptions thrown during IO and CorruptFileException thrown by ReadableStream.
-