- 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 2 commits
-
-
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.
-
- 15 Jul, 2016 1 commit
-
-
Jeremy Mikola authored
Fixed a typo
-
- 14 Jul, 2016 1 commit
-
-
Metod authored
-
- 30 Jun, 2016 5 commits
-
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Note: Serialization of BSON type classes (from the driver) still depends on PHPC-459.
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
- 20 Jun, 2016 10 commits
-
-
Jeremy Mikola authored
This also improves test coverage for downloadToStreamByName().
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Classes using CollectionWrapper should rely on its public API rather than work with its files and chunks collections directly.
-
Jeremy Mikola authored
Negative reads should throw before they cause an fread() failure. Zero-length reads can return an empty string immediately.
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-
Jeremy Mikola authored
-