Skip to content

The curl option curl_setopt($ch, CURLOPT_ENCODING, '') is not working (php 8.3.7) #534

Closed
@majuca

Description

@majuca

Hi,

In the exec function of the JiraClient class, the code curl_setopt($ch, CURLOPT_ENCODING, '') is causing the request to fail. The result of curl_exec is false, even though curl_getinfo($ch, CURLINFO_HTTP_CODE) returns 200.

If I comment out this line of code, the request succeeds.

My configurations:

php 8.3.7
lesstif/php-jira-rest-client": "5.8.0"

Any idee?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions