Skip to content

GridFS is not functional #339

@wolfsoft

Description

@wolfsoft

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions