-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Description
Dear developers!
I've installed latest mongodb driver from pecl (mongodb 1.2.4 stable; git master repo was also tested) and php 7.0 (ubuntu xenial repository).
In function openDownloadStreamByFile
declared in Bucket.php
after call of:
$context = stream_context_create([
self::$streamWrapperProtocol => [
'collectionWrapper' => $this->collectionWrapper,
'file' => $file,
],
]);
$context is always NULL.
Metadata
Metadata
Assignees
Labels
No labels