Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Encrypt/Openssl Unset Difference #35

@m1st0

Description

@m1st0

Zend Framework 2.4.6-2.5.3, Zend\Filter\Encrypt\Openssl.php
I believe the unset should read unset($options['compression']); , lines 90-93.

if (array_key_exists('compression', $options)) {
    $this->setCompression($options['compression']);
    unset($options['compress']);
}

The code above I believe results in 'Undefined index: compression' later in code. Current workaround is to use ...->setCompression($string) .

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