You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
majuca
changed the title
The curl option curl_setopt($ch, CURLOPT_ENCODING, '') is not working
The curl option curl_setopt($ch, CURLOPT_ENCODING, '') is not working (php 8.3.7)
Jun 1, 2024
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?
The text was updated successfully, but these errors were encountered: