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.

A bug fixed on 2.9 but not on 2.8 (Curl Adapter) #171

Closed
@mvatansever

Description

@mvatansever

Version: 2.8.3
Description: This bug not fixed on 2.8.* minor versions but fixed in 2.9.*

Code to reproduce the issue

Namespace: Zend\Http\Client\Adapter\Curl

        if ($connectTimeout !== null && (! is_int($connectTimeout) || ! is_numeric($connectTimeout))) {
            throw new AdapterException\InvalidArgumentException(sprintf(
                'integer or numeric string expected, got %s',
                gettype($connectTimeout)
            ));
        }

This bug causing on this commit and fixed on this commit or this commit. We use 2.8.* version of this package. Can you apply this fix on the 2.8 minor version?

Temporarily we are using 2.8.2 version but the final version(2.8.3) has the bug.

Metadata

Metadata

Assignees

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