Skip to content

Conversation

t-keller
Copy link

@t-keller t-keller commented May 18, 2015

Closes #24

@@ -78,6 +78,7 @@ public function sendRequest($method, $url, $data = array(), $endpoint, Authentic
if ($method == "POST") {
curl_setopt($curl, CURLOPT_POST, 1);
if ($isFile) {
curl_setopt($curl, CURLOPT_SAFE_UPLOAD, false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would result in an error prior PHP 5.5, where this option was added. Please remove from this PR.

This was fixed in #52 .

@jpastoor
Copy link
Collaborator

PR contains commits that should be no part of this, like changing the composer file and such. Feel free to resubmit with only the example commit.

@@ -1,40 +1,10 @@
# Jira Api Rest Client
# Jira Api Rest Client (Forked)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert changes to this file.

@aik099
Copy link
Member

aik099 commented May 22, 2016

Please rebase and solve conflicts.

@aik099 aik099 added this to the v2.0.1 milestone Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example to CREATE an issue
3 participants